At the moment I am using Lockbox to store a sessionToken in keychain.
Occasionally Lockbox returns a nil value when returning the sessionToken string.
Should i be returning the value from Lockbox every time I make a network request, or should I be assigning it to a property within the application when it's first retrieved?
Is there an issue with getting data stored in keychain?