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
Note: This issue arises only with expo go build not in production - this is because app id in expo go is different
Did you find a way to test it in development?
Also having the same issue, i haven't tested in prod yet but did you find a solution?
same here
also struggling with this (update: setting a new credential solved this for me somehow)