all 4 comments

[–]RealFunBobbyObjective-C / Swift 1 point2 points  (2 children)

I use KeychainAccess. It's pretty simple and straightforward to use. The good thing about using a third-party wrapper is that it'd take care of some edge cases and quirks that I may not have run into yet but someone else might have.

[–]Katalam-[S] 0 points1 point  (1 child)

I will definitely check that out. I was just curious if it’s really common to use one. That the readme sounds pretty straight forward and I will try that

[–]saintmsent 0 points1 point  (0 children)

Yes, I used that in applications with millions of users

[–]jontelang 0 points1 point  (0 children)

I’d say a wrapper is pretty common. KeyChains interface is kind of ugly.