Closed sksyed closed 8 years ago
+1
Also experiencing the same issue. Not able to retrieve anything set in UICKeychainStore in iOS 10.
Any solution?
Found the solution!
You have to enable the Keychain sharing in the capabilities section:
Yes I have the same problem
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.
@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.
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.