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 has been 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.
The text was updated successfully, but these errors were encountered:
On Tue, May 25, 2021, 8:19 AM Ray Hunter ***@***.***> wrote:
Ran into this issue as well. Once I set the value to the app group and
keychain sharing group it worked for me across various apps.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#164 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASWFECF3RSIUBAE2R6D354DTPO5XDANCNFSM4WWDRVSA>
.
Thanks for the code, it works well.
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:
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.
The text was updated successfully, but these errors were encountered: