We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you try to set access group in your entitlements and retest it?
The access group should be like the following: $(AppIdentifierPrefix)com.sample.KeychainAccessVentura
Also the code should be changed like the following:
let keychain = Keychain( service: "com.sample.KeychainAccessVentura”, accessGroup: “675ZX48YRQ.com.sample.KeychainAccessVentura" ) keychain["ventura"] = “venturaTestKeychain"
$(AppIdentifierPrefix) is your TEAM_ID and dot.
$(AppIdentifierPrefix)
Originally posted by @kishikawakatsumi in kishikawakatsumi/KeychainAccess#549 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The access group should be like the following:
$(AppIdentifierPrefix)com.sample.KeychainAccessVentura
Also the code should be changed like the following:
let keychain = Keychain(
service: "com.sample.KeychainAccessVentura”,
accessGroup: “675ZX48YRQ.com.sample.KeychainAccessVentura"
)
keychain["ventura"] = “venturaTestKeychain"
$(AppIdentifierPrefix)
is your TEAM_ID and dot.Originally posted by @kishikawakatsumi in kishikawakatsumi/KeychainAccess#549 (comment)
The text was updated successfully, but these errors were encountered: