Posts

Post marked as solved
4 Replies
Myself already sent a detailed bug report (6988265) on August 10th. No news.Your official example still does NOT work in the simulator. (latest Xcode)
Post not yet marked as solved
7 Replies
The flow does not work as you would expect, with the official Juice example you provide, in an iOS 13 simulator:- First time launching the app, sign in with Apple, we receive the user ID and it is saved into the keychain. (Sometimes... if you just logged with a new user on that simulator, you need to wait a day for it to start working with the 2 factor authentication)- Second time the app launches, it gets the user ID from the keychain, and then 'getCredentialState' in the App Delegate just fails, with the status .NotFound, and moving to the login screen again :-/