AuthApiError: Unacceptable audience in id_token - Signing in with apple error

I got the following error when I tried to sing-in in through apple using expo authentication. Can anyone please help me with this? Steps: 1. Follow https://docs.expo.dev/versions/latest/sdk/apple-authentication/ to get id token 2. await supabase.auth.signInWithIdToken({ provider: 'apple', token: '<identity token received from the OS>', }) Thats when i get this error
Expo Documentation
AppleAuthentication
A library that provides Sign in with Apple capability for iOS 13 and higher.
5 Replies
Gaitonde
GaitondeOP3y ago
Note: This issue arises only with expo go build not in production - this is because app id in expo go is different
Gaden
Gaden3y ago
Did you find a way to test it in development?
therealtimhawkins
Also having the same issue, i haven't tested in prod yet but did you find a solution?
Rares | Foton • Teeps
same here
gov
gov2y ago
also struggling with this (update: setting a new credential solved this for me somehow)

Did you find this page helpful?