Cirilla Documentations

  1. Home
  2. Docs
  3. Cirilla Documentations
  4. iOS app configuration
  5. Enable universal links on iOS

Enable universal links on iOS

1. Create file apple-app-site-association and upload to your web server.

{
    "applinks":
    {
        "apps":
        [],
        "details":
        [
            {
                "appID": "F3PBLAQ75H.io.rnlab.cirilla",
                "paths":
                [
                    "NOT /_/*",
                    "/*"
                ]
            }
        ]
    }
}

Update your Team ID and Bundle ID

2. Apple Developer Console

Create a provisioning profile for your app. Please ensure you’ve enabled the Associated Domain capability which you should check before proceeding.

Apple Provisioning Profile

3. Prepare your app to handle universal links

Change `applinks:wc.appcheap.io` to your domain

4. Result

Was this article helpful to you? Yes No

How can we help?