Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple Sign-in not working on iOS 14 Simulator

Tags:

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

like image 895
blueether Avatar asked Oct 16 '20 16:10

blueether


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.

How do I connect my iPhone to simulator?

Open up a project in Xcode and click on the device near the Run ▶ button at the top left of your Xcode screen. Plug your iPhone into your computer. You can select your device from the top of the list. Unlock your device and (⌘R) run the application.

How do I open iOS app in simulator?

Select a Simulated Device For iOS, tvOS, and watchOS apps, you can choose a simulated device, under [Platform] Simulators, from the run destination menu next to the scheme menu in the toolbar.


1 Answers

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.

like image 125
user482594 Avatar answered Oct 02 '22 12:10

user482594