Skip to content

Missing iOS .plist config #151

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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