Sign in with Apple not working on Xcode 13 simulators

When I try testing the sign-in with apple button on ANY xcode simulator, it doesn't work.

After inputting the password to sign in, the spinner in the password field never stops spinning and nothing from the oauth methods gets printed.

I have tested the sign in on multiple real-world devices. It always works. It seems to just be simulators that are causing the issue

I'm worried my app will be rejected because of this. Has anyone encountered this? Any fixes?

  • I've tested my sample app with Apple Sign In with two simulators. They don't go further after I enter my password. When I tested it for a macOS application two weeks ago, I ended up restarting my iMac. The same is true for an iOS sample that I created at the same time. I had to restart my iPhone. Anyway, in your case, I wouldn't be worried as long as it works on an actual device. Some features simply don't work with the simulator.

  • same doesnt work on simulator. but works on physical device.

Add a Comment