Skip to content

Commit

Permalink
Adding Unified Deep Link docs
Browse files Browse the repository at this point in the history
  • Loading branch information
natiad-af committed Apr 4, 2023
1 parent e2987be commit b19dae2
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions Docs/DLGettingStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

# Getting started


![alt text](https://massets.appsflyer.com/wp-content/uploads/2018/03/21101417/app-installed-Recovered.png "")


## Deep Linking Types:
1. **Deferred Deep Linking** - Serving personalized content to new or former users, directly after the installation.
2. **Direct Deep Linking** - Directly serving personalized content to existing users, which already have the mobile app installed.

** Unified deep linking (UDL) ** - an API which enables you to send new and existing users to a specific in-app activity as soon as the app is opened.

For more info please check out the [OneLink™ Deep Linking Guide](https://support.appsflyer.com/hc/en-us/articles/208874366-OneLink-Deep-Linking-Guide#Intro) and [developer guide](https://dev.appsflyer.com/hc/docs/getting-started-1).

---

# Android Deeplink Setup

## App Links
For more on App Links check out the guide [here](https://dev.appsflyer.com/hc/docs/initial-setup-for-deep-linking-and-deferred-deep-linking#procedures-for-android-app-links).

## URI scheme in Android

Full setup guide for URI scheme in Android can be found [here](https://dev.appsflyer.com/hc/docs/initial-setup-for-deep-linking-and-deferred-deep-linking#procedures-for-uri-scheme).

# iOS Deeplink Setup

## Universal Links

Essentially, the Universal Links method links between an iOS mobile app and an associate website/domain, such as AppsFlyer’s OneLink domain (xxx.onelink.me). For more on Universal Links check out the guide [here](https://dev.appsflyer.com/hc/docs/initial-setup-2#procedures-for-ios-universal-links).

## URI scheme in iOS

Full setup guide for URI scheme in iOS can be found [here](https://dev.appsflyer.com/hc/docs/initial-setup-2#procedures-for-uri-scheme).
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ If you have used 1 of the removed APIs, please check the integration guide for t
- [In-app events](/Docs/InAppEvents.md)
- [Uninstall measurement](/Docs/UninstallMeasurement.md)
## 🔗 Deep Linking
- [Deep Linking](/Docs/DeepLink.md)
- [Getting Started](/Docs/DLGettingStarted.md)
- [Unified Deep Link (UDL)](/Docs/UnifiedDeepLink.md)
- [User Invite](/Docs/UserInvite.md)
## 🧪 Sample Apps
- [React-Native Sample App](/demos/appsflyer-react-native-app
)
- [Expo Sample App](/demos/appsflyer-expo-app
)

--
### [API reference](/docs/API.md)


Expand Down

0 comments on commit b19dae2

Please sign in to comment.