diff --git a/README.md b/README.md index e580295..43131f1 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ And finally in the file `Info.plist` add the following entry auth0 CFBundleURLSchemes - {Bundle Identifier} + {Insert Bundle Identifier here} @@ -298,6 +298,9 @@ Where the Bundle identifier can be found in the same file under the key `CFBundl org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier) ``` +Then in your Auth0 web account, go to Client -> Settings -> Allowed Callback URLs and add the callback URL in this format: +`{bundle identifier}://{auth0 domain}/ios/{bundle identifier}/callback` + ### Android In the file `AndroidManifest` find where the `LockActivity` is declared and insde the `activity` tags add the following