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
- TSL Certificate Issues
Hi Appwrite Discord Community, I got a problem with my Self-Hosted instance. I only want, that I can use my programm with the Appwrite Backend without .selfSig...
- React Native/iOS platform integrations h...
Anyone else have this issue where platform identifiers have been lost/wiped and no option/field available to update them in the console?
- macOS app: OAuth flow doesn’t start
Hi Appwrite team, I’m integrating the Appwrite Swift SDK into a macOS app and am hitting an environment/runtime issue when starting OAuth. App architecture • ...