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 same. From the app side it should be working!
I think its a config issue.
On my simulator it i get appleid.apple.com invalid_requrest invalid client id or web redirect url.
So Far I have
- Configured my bundle identifier along with the app
***.***.mairy2.. Enabled Sign in with apple on Xcode - Enabled Apple OAuth in appwrite
- Created a key for the above bundle
- Copied the credentials into appwrite
- Service ID = bundle identifier from step1
- Key ID as downloaded from apple
- Team ID as copied from apple
- P8 File copied contents downloaded from apple
Recommended threads
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...