From f55348f33717f7c2cb1e2c0695b1323bd1827910 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Mon, 4 Mar 2024 20:10:52 +0000 Subject: [PATCH] Add more information about code signing --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 61ce64af..c805c905 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,10 @@ com.example.MyApp://example.us.auth0.com/ios/com.example.MyApp/callback #### Configure an associated domain +> [!IMPORTANT] +> This step requires a paid Apple Developer account. It is needed to use Universal Links as callback and logout URLs. +> Skip this step to use a custom URL scheme instead. + ##### Configure the Team ID and bundle identifier Scroll to the end of the settings page of your Auth0 application and open **Advanced Settings > Device Settings**. In the **iOS** section, set **Team ID** to your [Apple Team ID](https://developer.apple.com/help/account/manage-your-team/locate-your-team-id/), and **App ID** to your app's bundle identifier. @@ -202,6 +206,9 @@ webcredentials:example.us.auth0.com If you have a [custom domain](https://auth0.com/docs/customize/custom-domains), replace `YOUR_AUTH0_DOMAIN` with your custom domain. +> [!NOTE] +> For the associated domain to work, your app must be signed with your team certificate **even when building for the iOS simulator**. Make sure you are using the Apple Team whose Team ID is configured in the settings page of your Auth0 application. + ### Web Auth login (iOS / macOS) Import the `Auth0` module in the file where you want to present the login page.