iOS10 UICKeyChainStore is null
Closed this issue · 4 comments
nurmerey commented
Hello, just spent a whole day trying to debug why keychain was null on my app on iOS10, and realised it has a simple 2 minute fix: change the library to the new version (I got the one from Example-iOS project). I hope this saves someones time in the future.
wjling commented
I met the problem, too. I can't save data in keychain, it always return nil
olegKa commented
I found the solution here: stackoverflow
kishikawakatsumi commented
Closing as duplicated to #106 (comment)