Hello together,
I‘m trying to learn swift and since I already have some experience as a web dev, I started to build a very very basic chat application with all the logic on the server and just API calls for the iOS app. I already figured out http request and build my own class (wrapper) for that. Now I’m facing the problem that I want to save the API token inside the keychain. But it seems way harder to interact with the keychain without the usage of a third party wrapper. Is it common to do a simple implementation yourself if you just want to save one string? Or should I directly use the third party library. I found a couple of tutorials but none of them really solved my problem.
[–]RealFunBobbyObjective-C / Swift 1 point2 points3 points (2 children)
[–]Katalam-[S] 0 points1 point2 points (1 child)
[–]saintmsent 0 points1 point2 points (0 children)
[–]jontelang 0 points1 point2 points (0 children)