DEV Community

Discussion on: Implementing OAuth on Flutter with Appwrite

Collapse
 
rodgav profile image
Rodolfo Samuel Gavilan Muñoz • Edited

<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>

for iOS ??