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
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...