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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...