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

Can't save data in iOS 10 simulator. (Xcode 8.0) #144

Open
amcuserguy opened this issue Sep 28, 2016 · 3 comments
Open

Can't save data in iOS 10 simulator. (Xcode 8.0) #144

amcuserguy opened this issue Sep 28, 2016 · 3 comments

Comments

@amcuserguy
Copy link

Can't retrieve data in keychain using iOS 10 simulator. It works fine when running on an actual device.

@thefactor
Copy link

I'm having the same issue.

@behrooziAWS
Copy link

Apple changed how the keychain is accessed in ios10. We are still trying to pinpoint the correct guidance here, but the workaround is to enable the keychain sharing entitlement in capabilities.

https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/AddingCapabilities/AddingCapabilities.html

@sambudda
Copy link

sambudda commented Jan 6, 2017

Thanks for this answer behrooziAWS. this should be put in app "how to" description section of this git. This is now the default behavior going iOS 10 or higher.

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

4 participants