"Sign Up Not Completed" Error When Using Sign In with Apple on Real Device

Hello,

I'm developing an iOS app that includes a Sign In with Apple feature. I’ve completed the following setup steps:

  1. Enabled Sign In with Apple for the app’s Bundle ID in the Apple Developer Console.
  2. Added Sign In with Apple capability in Xcode under Signing & Capabilities.
  3. Tested the feature on a real device, not a simulator.
  4. Registered the real device ID in the Developer Console just in case any hidden permission issues exist.

Despite following all the necessary steps (and even using the official Apple sample code) the Sign In bottom sheet displays a "Sign Up Not Completed" message. Unfortunately, I don’t receive any further error details to help diagnose the issue.

After searching through StackOverflow and this forum, I came across posts suggesting that the feature might take up to 48 hours to become active after setup. Is this still the case in 2025? Or is there something I might be missing?

For additional context: other features such as APNs (Push Notifications) are working as expected.

Thank you in advance for any help or insight!

Answered by Jinsss in 846358022

I didn't change anything, but after about two days, it suddenly started working as expected. It seems like there might be some server-side propagation or activation delay on Apple's end. Just leaving this here in case someone else runs into the same issue.

Are you on the iOS 26 beta?

We are facing the same problem, see this: https://developer.apple.com/forums/thread/789011

also happening to us, both on iOS beta and release version

Accepted Answer

I didn't change anything, but after about two days, it suddenly started working as expected. It seems like there might be some server-side propagation or activation delay on Apple's end. Just leaving this here in case someone else runs into the same issue.

"Sign Up Not Completed" Error When Using Sign In with Apple on Real Device
 
 
Q