I have run example project from SDKSample. The code in the class IdentityViewController in the block never executes:
_platformManager.accountsPromise.then(^{
// ... code
});
So after success authentication to Microsoft account, _transitionToMainViewController method does not execute.
I have run example project from SDKSample. The code in the class IdentityViewController in the block never executes:
So after success authentication to Microsoft account, _transitionToMainViewController method does not execute.