
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
- Flutter Starter Configuration Not Up to ...
I was trying to use Appwrite and connect Flutter, while using the starter kit from GitHub, as advised (please compare with attached screenshot). However, the s...
- 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...
- incrementDocumentAttribute throwing "Rou...
Hi, I’m running into an issue when trying to increment a numeric field using the Node.js SDK. My environment: Appwrite: self-hosted, version 1.7.4 node-appwrit...
