Storing long-lived HTTP bearer token for third party API in iOS Keychain
I am building an iOS app that talks to a third party API and supplies a bearer token given to me by the API’s developer dashboard. I know storing the token as a string constant within the source code is not secure and research led me to use the iOS Keychain.