In order to use a shared keychain, apps need to be able to set the accessGroup property on the UserTokensKeychain in order for it to be used in the attributes passed to SecItemAdd in the SPiDKeychainWrapper.
This will allow shared authentication between apps on the same Apple team.
In order to use a shared keychain, apps need to be able to set the
accessGroup
property on theUserTokensKeychain
in order for it to be used in the attributes passed toSecItemAdd
in theSPiDKeychainWrapper
.This will allow shared authentication between apps on the same Apple team.