You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
But the docs aren't clear around access groups for a custom keychain wrapper instance. One might assume (I did) that the access group string is an arbitrary string:
let uniqueAccessGroup = "sharedAccessGroupName"
when in fact it MUST be an "App Group" as specified in Build Settings -> Signing and Capabilities
Or else I am missing something, because when I made that change it started working as expected.