
just a qq based on docs for adding oauth, for info.plist do i have to change anything like the uri?

<key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleTypeRole</key> <string>Editor</string> <key>CFBundleURLName</key> <string>io.appwrite</string> <key>CFBundleURLSchemes</key> <array> <string>appwrite-callback-<PROJECT_ID></string> </array> </dict> </array>

ya, change CFBundleURLName

@Steven how about the redirect url on success?
try await appwriteClient.account.createOAuth2Session(provider: .apple,)

could we use createOAuth2Token?

Leave it empty

what goes in the bundleurlname?

Issue here when it goes to safari, in app it shows everything correctly

Your bundle id?

did that

When i open app and tap with sign on button shows everything correctly but once it opens the browser dnt know why it doesnt show the app name

this is my plist

no worries I resolved it
Recommended threads
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
