kishikawakatsumi/UICKeyChainStore

iOS10 UICKeyChainStore is null

Closed this issue · 4 comments

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.

I met the problem, too. I can't save data in keychain, it always return nil

I found the solution here: stackoverflow

It just worked! Thanks! @olegKa

Closing as duplicated to #106 (comment)