Skip to content
New issue

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

share passport with different app #146

Open
bidm opened this issue Jan 9, 2017 · 1 comment
Open

share passport with different app #146

bidm opened this issue Jan 9, 2017 · 1 comment
Assignees

Comments

@bidm
Copy link

bidm commented Jan 9, 2017

as we know iPhone use KeyChain can share data/passport in different apps ? UICKeyChainStore how ? thank you!

@kishikawakatsumi
Copy link
Owner

@bidm To share keychain items in your apps, enable keychain sharing in app capabilities. Then add the access group, use the access group when you save/load from keychain. Note: the access group includes your app ID prefix implicitly, so you need to specify like AB123CDE45.myKeychainGroup1 for access group.

See more details
https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/AddingCapabilities/AddingCapabilities.html#//apple_ref/doc/uid/TP40012582-CH26-SW15

Tutorial:
http://evgenii.com/blog/sharing-keychain-in-ios/

@kishikawakatsumi kishikawakatsumi self-assigned this Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants