Apple Sign-in not working on iOS 14 Simulator

8.4k views Asked by At

When I try to log in for the simulator in iOS 14, the loading spinner just spins forever. There is a thread for this on the Apple developer forums here but no solutions and no response from Apple. I can certainly test on the device, but testing on the simulator is obviously easier for iteration. Does anyone have a solution for this problem?

enter image description here

2

There are 2 answers

12
user482594 On

2nd Updates

The problem seems to still exist in iOS 15 and iOS15.1.

Updates

The problem has not been fixed in iOS 14.4 nor iOS 14.5.

Original

This is one of the known issues in iOS 14, that has not been solved by Apple as of today yet. (almost 4 months old) The problem has not been fixed in iOS 14.0 launch, iOS 14.1 launch or iOS 14.2 launch. Not in 14.3 launch as well.

https://developer.apple.com/forums/thread/651533

A workaround is to use iOS 13.x simulator until that issue is fixed (feel free to chime in or call support line to increase the thread's visibility). Unfortunately, the workaround won't work if you use iOS 14 features in your app, as it won't run in iOS 13.x simulators.

0
Alex Zavatone On

Tested in Xcode 13.4, iOS 15.4 and the problem still exists. 2FA is not triggered from the Simulator.

Using an iOS 13.x Simulator and password login will work, but it is clunky. You'll need to add your user to the Settings Apple ID panel and make sure that 2FA is triggered when logging in. It took two tries for me to get it to succeed and make it past the password screen.

On Simulators of 14.0 and 15.4, when using the password screen with the blue Continue button, the spinning wait cursor will never time out and 2FA will never be triggered.