Hi have to share keychain between my two apps, for this I have tried following with Locksmith:
- Enable Keychain sharing in capabilities.
- Added common group name TestKeychainGroup.
- Saved my data with Key MyteamID.TestKeychainGroup. It saved success
- Now when i tries to retrieve saved data from keychain with key MyteamID.TestKeychainGroup it is giving nil.
Can anybody tell me, what I forgot to do or it is not supported by Locksmith. Thanks
Hi have to share keychain between my two apps, for this I have tried following with Locksmith:
Can anybody tell me, what I forgot to do or it is not supported by Locksmith. Thanks