After I finished the Microsoft Live oAuth, the LiveConnectSession
is not nil and everything is working. But after I restart the simulator or device, the LiveConnectClient
's LiveConnectSession
is nil
.
How do I persist the LiveConnectSession
to keychain so I can make API request without the LiveConnectSession
deallocating? If I only have to persist the access token, everything will be easy but the LiveSDK for iOS is using this LiveConnectSession
object.