
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
- Web Console not showing Database Docs, b...
We have a User collection within Database. So Auth::User connects to Database::User. When we signup a user using apple sub, the Database::User is created, alo...
- Synchronous function execution timed out...
Hello everyone! I know this is an old question that many of you have already asked, but I'm doing it again because I can't understand the real solution or impl...
- Redis in Appwrite has high latency spike...
Hello, We are running a self-hosted Appwrite 1.5.10 on Debian 12 Bookworm (Docker Compose). Redis is used exclusively as part of the Appwrite stack (Pub/Sub, q...
