-
Notifications
You must be signed in to change notification settings - Fork 232
Description
Hi team,
I’m currently facing a persistent issue when trying to implement Sign in with Apple on iOS using the react-native-apple-authentication package. Despite having all required configurations in place, the sign-in flow fails with the error: Sign Up Not Confirmed.
❗️Problem
After tapping the Apple Sign-In button, the system prompt appears, but I consistently receive the error: Sign Up Not Confirmed. This occurs even though I’ve confirmed multiple times that my Apple Developer settings and Expo app are properly configured.
🔧 Configuration details
• ✅ Apple Developer Account
• Certificate includes Sign in with Apple
• Provisioning Profile includes Sign in with Apple
• Apple Sign-In capability is enabled in Xcode
• ✅ Project setup
• Using Expo SDK 53
• usesAppleSignIn: true is set in app.config.js
• Using the expo-apple-authentication plugin
• Tried with both simulator and physical devices
• All packages are up to date (fresh install this week)
• ✅ Other attempts
• Tried with two different Apple IDs: a personal account and a company account
• Created a new Apple Developer app/project to discard account-level issues
• Generated a new provisioning profile with Sign in with Apple enabled
• Built manually in Xcode selecting the correct profile — build succeeds with no certificate issues
🔍 Observations
• It feels like Apple is not completing the sign-in process, even with correct setup.
📦 Environment
• Expo SDK 53 and React Native .0,79.3
• expo-apple-authentication
• macOS with latest Xcode
• Real and simulator tested
