
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
- Appwrite documents and Swift codable
The object I use to create a document is different than the object I receive when I list documents. Do I create an object thatβs used to create a document and a...
- Swift: Response from .deleteDocument
According to the docs, in Swift when calling `databases.deleteDocument` the response is supposed to be 204 (No Content). However, we are finding the response is...
- Project Setup
Hi Appwrite Community. I would like to set up my Xcode Project with the Appwrite SDK. I can't get it to work. I hope somebody can help me with this. Thanks π ...
