Thursday, October 23, 2014

Settings that affect ios xocde 6 keychain share function

After setting the same key in Keychain Sharing ->Keychain Group in Xcode 6 project Capability setting, the two applications still failed to share the keychain item.
It turns out the below additional settings should also match:
1. in project General settings, Identity Team must be same
2. In project Build Settings, the code signing -> Code Signing identity must be same


No comments:

Post a Comment