> ## Documentation Index
> Fetch the complete documentation index at: https://help.kajabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://help.kajabi.com/feedback

```json
{
  "path": "/articles/mobile-apps/branded-app/using-universal-links-deep-links-in-your-branded-app",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Use universal links (deep links) in a Branded App

> Configure deep links so a Branded App opens directly to the correct screen from emails, texts, and other apps.

**Universal links** (also known as deep links) allow a Branded App to automatically open and navigate to the correct screen when a user taps a link from email, text messages, other apps, or a mobile web browser.

Kajabi's Branded App fully supports universal links for a wide range of Community, Course, and Product experiences. The following sections describe which deep links are supported and how to enable Associated Domains to ensure the app can use Universal Links.

## What types of deep links are supported?

### Community links

**Posts & Discussions**

* Direct links to individual community posts
* Links to posts within a specific channel
* Links to channel/circle pages

**Community Features**

* Community home page
* Meetups and events
* Individual meetup pages
* Resources
* Live events
* Leaderboards
* Challenges

**Email Notifications**

Links inside these emails will open directly in the app:

* Community mention notifications
* Reply notifications
* Direct message notifications

### Course & product links

Universal links are supported for:

* Direct links to specific courses or products in the user's library
* Direct links to individual lessons within a course

## Where universal links work

Universal links work across the following surfaces:

* Email clients (Gmail, Apple Mail, Outlook, etc.)
* SMS/text messages
* Other apps that render clickable URLs
* Safari and Chrome mobile browsers
* Push notifications (when the link is included in the payload)

## Enable universal links for an iOS Branded App

### Open Apple Developer identifiers

1. Log in to the Apple Developer account
2. Visit: [https://developer.apple.com/account/resources/identifiers/list](https://developer.apple.com/account/resources/identifiers/list)
3. You'll see a list of all app identifiers

### Select the app

1. Click the **Identifiers** tab
2. Select the app from the list to open its capability settings

### Enable Associated Domains

1. Scroll through the list of capabilities
2. Locate **Associated Domains**
3. Toggle it **on**
4. Click **Save** to apply the changes

This enables the app to handle Universal Links:

<img src="https://mintcdn.com/kajabi-support/EFdfkzsgcSmbPght/articles/images/c68dccd7_fffe3ae6-3654-42ec-ba41-87c8b5138a3d.png?fit=max&auto=format&n=EFdfkzsgcSmbPght&q=85&s=5850e9839b3c325d877fff973d7639ab" alt="Associated Domains setting" width="1600" height="1248" data-path="articles/images/c68dccd7_fffe3ae6-3654-42ec-ba41-87c8b5138a3d.png" />

### Update Kajabi Branded App settings

1. Return to the Kajabi dashboard
2. Go to **Settings** > **Branded App Settings**
3. Click **Revisit Apple**, then navigate to the **App ID** section

<img src="https://mintcdn.com/kajabi-support/CAw_ZGr15nGGoiQk/articles/images/0b3d7431_1eb3722f-a22e-4bce-911a-fde7508475fd.png?fit=max&auto=format&n=CAw_ZGr15nGGoiQk&q=85&s=85be421fd41bbed980a631138bfb3402" alt="Revisit Apple settings" width="1600" height="1020" data-path="articles/images/0b3d7431_1eb3722f-a22e-4bce-911a-fde7508475fd.png" />

### Confirm the capability is enabled

1. Check the box confirming you have enabled the **Associated Domains** capability in Apple
2. Click **Continue** and save the changes throughout the flow

### Trigger a build update

After this has been enabled, you need to submit a build update to the respective app stores for approval. [Learn how to update the Branded App in the Apple App Store and Google Play Store](./how-to-update-your-branded-app-in-the-apple-app-store-and-google-play-store).

## Enable universal links for an Android Branded App

There are no additional steps required to support universal links in an Android Branded App. You just need to make sure the app is on the latest version.
