-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Description
Hi Together,
I had been looking for a long time for a solution to the problem why I am not redirected back to the app when the login was correct. The error was due to the missing config in the .plist file for iOS.
<key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleURLSchemes</key> <array> <string>{yourScheme}</string> </array> </dict> </array>
Please add this to the Documentation to help other devs :)
Metadata
Metadata
Assignees
Labels
No labels