开发者

Can I use Keychain Across iPhone Apps, from an SDK?

I am writing an SDK which will ship as a static library. Can I access the keychain to store data so that I can retrieve it in another app which also has my library? Seems like Apple would frown upon this开发者_运维技巧, since I did not sign the apps, but am merely a passenger in the app's code.

Was looking at using "SFHFKeychainUtils" to help implement this. Any thoughts?


AFAIK, the keychain can only be shared across apps with the same Bundle Seed ID (which would be controlled at the signing level, as you say). As such, the only apps that would be able to share keychain access would be apps from any single developer. Cross-developer sharing is a no-go.

Check out more iOS security info here in Apple's docs.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜