Skip to content

Missing iOS .plist config #151

@pschreie

Description

@pschreie

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions