Do you get any errors from Appwrite side?
umm, not sure have was running in compile version need to run in Simulator
This is most likely a mismatching configuration between Appwrite and Apple. Make sure to follow https://dev.to/appwrite/apple-sign-in-with-appwrite-2576.
You can also try to debug by browsing to https://[HOST]/v1/account/sessions/oauth2/apple?project=[PROJECT ID]
on a desktop with the browser dev tools open so you can see the network logs
seeing this, btw in the status it shows 301
What's the service id and redirect uri in apple?
redirect url kept same as, provided in the
https://cloud.appwrite.io/v1/account/sessions/oauth2/callback/apple/646be9bdedf16348a634
service-id is com.mytrailpals.MyTrailPalsAppwrite
This needs to be put in the bundle id section in Appwrite
ahh, and not the app bundle id?
I thought bundle id means the app-bundle-id which mean we need to put the flutetr application id
Nope. This is mentioned in the article: https://dev.to/appwrite/apple-sign-in-with-appwrite-2576
just corrected it, hope will works now
Hey @Vedsaga, Did you create Service for Sign in for Apple in Apple Developer website? I was getting same error, after creating service for apple sign in, it resolved.
Also, as Steven said, bundle id in Appwrite settings should. be <team_id>.<bundle_id>
If you didn't create service Id for Sign in with Apple, you need to create one.
thank you, service ID did created... just that seems bundle-id was not correctly set... right now it seems app-bundle-id is what confused with service-bundle-id
just haven't properly config, I will try to set it again the bundle-id correctly... btw <team_id>.<bundle_id>
? or it should only be <bundle_id> no?
It should <team_id>.<bundle_id> as same as written in Sign in with Apple Key in Apple developer page.
thank you π
Tell us if the issue is solved
With that
surely... going to trying and confirm back here
can confirm that, it solved the issue...
Just wonder, why when apple-login happens it only fetching... why it's not fetching the full-name from apple?
<SOLVED> Getting Sign-Up Not Completed
, error for Apple-OAuth
[SOLVED] Getting Sign-Up Not Completed
, error for Apple-OAuth
Recommended threads
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...