From b19dae2528c79ff26bce35201bd2a2ee0695abf9 Mon Sep 17 00:00:00 2001 From: Nati Adi Date: Tue, 4 Apr 2023 13:27:03 +0300 Subject: [PATCH] Adding Unified Deep Link docs --- Docs/DLGettingStarted.md | 35 ++++++++++++++++++++++++ Docs/{DeepLink.md => UnifiedDeepLink.md} | 0 README.md | 4 +-- 3 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 Docs/DLGettingStarted.md rename Docs/{DeepLink.md => UnifiedDeepLink.md} (100%) diff --git a/Docs/DLGettingStarted.md b/Docs/DLGettingStarted.md new file mode 100644 index 00000000..523542ec --- /dev/null +++ b/Docs/DLGettingStarted.md @@ -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). \ No newline at end of file diff --git a/Docs/DeepLink.md b/Docs/UnifiedDeepLink.md similarity index 100% rename from Docs/DeepLink.md rename to Docs/UnifiedDeepLink.md diff --git a/README.md b/README.md index c4fd35ea..15b6b905 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,8 @@ 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 @@ -61,7 +62,6 @@ If you have used 1 of the removed APIs, please check the integration guide for t - [Expo Sample App](/demos/appsflyer-expo-app ) --- ### [API reference](/docs/API.md)