Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter sign in with Apple not working on iOS simulator (infinite loader)

Tags:

I'm using sign_in_with_apple. Have an issue on iOS simulator (software version 14.0). Infinite loader is displayed after a password is entered and 'Continue' is tapped. The flow gets stuck. Nothing happens next. What could be the reason for that? What am I doing wrong?

enter image description here

like image 564
AndrewS Avatar asked Oct 02 '20 22:10

AndrewS


People also ask

Does sign in with Apple work on simulator?

Apple Sign-in doesn't work with ios-14 simulator in Xcode 12.

How do I sign out of Apple ID on simulator?

Show activity on this post. To logout from iOS simulator using xCode 6.3. 1, go to Setting -> Safari -> Clear History and Website Data.


1 Answers

Looks like currently there is an issue on iOS 14 simulator . Need to use a real device or an iOS 13 simulator. See https://developer.apple.com/forums/thread/651533.

like image 164
AndrewS Avatar answered Sep 22 '22 23:09

AndrewS