Skip to content

Commit

Permalink
Add Android App Links guidance to https schemes (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyong authored Oct 26, 2023
1 parent ae54d0b commit a3ec435
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions auth0_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ Re-declare the activity manually using `tools:node="remove"` in the `android/src

</details>

> 💡 `https` schemes require enabling [Android App
> Links](https://auth0.com/docs/applications/enable-android-app-links). You can
> read more about setting this value in the [Auth0.Android SDK
> README](https://github.com/auth0/Auth0.Android#a-note-about-app-deep-linking).
> 💡 If your Android app is using [product flavors](https://developer.android.com/studio/build/build-variants#product-flavors), you might need to specify different manifest placeholders for each flavor.
##### iOS: Configure custom URL scheme
Expand Down

0 comments on commit a3ec435

Please sign in to comment.