diff --git a/README.md b/README.md index ec24e59..ba6dc3b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ and integrate them into their SaaS portals in up to 5 lines of code. - [Add custom UIKit loading screen (coming-soon)](#Add-custom-uikit-loading-screen) - [Embedded Webview vs ASWebAuthenticationSession](#embedded-webview-vs-aswebauthenticationsession) - [Config iOS associated domain](#config-ios-associated-domain) + - [Multi-apps Support](#multi-apps-support) - [Multi-Region support](#multi-region-support) - [Login with ASWebAuthenticationSession](#login-with-aswebauthenticationsession) @@ -315,6 +316,27 @@ Next, you will need to add your associated domain to your iOS application. To do For example, if you would like to use `https://example.com` as your associated domain, you would enter `applinks:example.com` and `webcredentials:example.com`. +## Multi-apps Support + +This guide outlines the steps to configure your iOS application to support multiple applications. + +### Step 1: Modify the Frontegg.plist File + +Add `applicationId` to Frontegg.plist file: + +```xml + + + applicationId + your-application-id-uuid + baseUrl + https://your-domain.fronteg.com + clientId + your-client-id-uuid + + +``` + ## Multi-Region Support This guide outlines the steps to configure your iOS application to support multiple regions.