logo hsb.horse
← Back to tag index

Tags

#ShieldActionDelegate

Blog posts, snippets, and glossary entries related to "ShieldActionDelegate", gathered in one place.

Entries 2
  1. Blog
    An 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.

  2. Blog
    Implement 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.