Tags
#ManagedSettings
Blog posts, snippets, and glossary entries related to "ManagedSettings", gathered in one place.
- BlogA Design Guide to Building an iOS Self-Control App with the Screen Time API
From the NEDNSProxyProvider dead end to a FamilyControls + ManagedSettings design, the two Shield Extensions, App Group unlock handoff, and Personal Team limitations. This article summarizes the full picture of building an iOS blocking app with the Screen Time API.
- BlogAn iOS Shield UI Needs Two Extensions, Not One
The shield UI shown by ManagedSettings is made up of two separate targets: an Action Extension and a Configuration Extension. This article organizes the correct NSExtensionPointIdentifier values and principal classes.
- BlogDesign self-limiting blocks for iOS with FamilyControls + ManagedSettings
How the three elements of AuthorizationCenter, FamilyActivityPicker, and ManagedSettings are combined. We have organized the reasons why a token-based design should be used instead of free text domain input and the framework of its implementation.
- BlogImplement Unlock Handoff from Shield Extension to the Main App via App Group
You cannot launch the main app directly from ShieldActionDelegate. This explains a handoff pattern where the extension writes an unlock request into App Group shared storage and the app reads it later.
hsb.horse