Box SDK Team:
I am using the BoxSDK version for iOS. When I present the BoxAuthorizationViewController entry BoxAuthorizationViewController , the Remember Login checkbox appears.
He seems to be doing nothing. I get the same results whether I left it or not. And the IOS API for Box Box provides no verification access or not.
In my iOS application, I would like to know if the user checked this or not. If they checked it, I want to save the update token in the key chain so that the user does not need to re-enter the system. But if the user canceled this on the login screen, I need to know this, so I do not store the token in the keychain, and my application can guarantee that the user displays the login screen again next time.
What is the Remember Login checkbox that is supposed to be done in the context of the iOS application?
Is it possible to update the API, so when the BoxOAuth2SessionDidBecomeAuthenticatedNotification notification BoxOAuth2SessionDidBecomeAuthenticatedNotification sent, is the status of this flag part of the notification?
Thanks.
source share