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

iOS10 issues #134

Closed
sksyed opened this issue Sep 9, 2016 · 5 comments
Closed

iOS10 issues #134

sksyed opened this issue Sep 9, 2016 · 5 comments

Comments

@sksyed
Copy link

sksyed commented Sep 9, 2016

Are there any reported issues with new release of XCode8, iOS10 and UICKeyChainStore?

My code runs normally with XCode7.3.1 but on XCode8Beta it started breaking. UICKeychainStore doesn't seem to return anything.

I used UICKeyChainStore 1.0.5 and then 2.1.0 but it didn't help.

@ManuelOrtega
Copy link

+1

Also experiencing the same issue. Not able to retrieve anything set in UICKeychainStore in iOS 10.

Any solution?

@ManuelOrtega
Copy link

Found the solution!

You have to enable the Keychain sharing in the capabilities section:

http://stackoverflow.com/questions/38456471/secitemadd-always-returns-error-34018-in-xcode-8-beta-gm-in-ios-10-simulator/38543243#38543243

@hiroshihorie
Copy link

Yes I have the same problem

@squatchus
Copy link

squatchus commented Sep 15, 2016

Do you guys experiencing this issue on iOS 10 in general or on some specific devices? I have the same problem only on iPad Pro simulator. My iPad Mini 2 and iPhone 5s updated to iOS 10.0.1 works just fine.

@kishikawakatsumi
Copy link
Owner

@squatchus @hiroshihorie @ManuelOrtega @sksyed

Please add code signing entitlements to the app. From iOS 10, entitlements file is always needed for writing Keychain even without sharing.

screen shot 2016-09-14 at 22 48 41

screen shot 2016-09-14 at 22 53 24

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

5 participants