Skip to main content
All CollectionsFor developers
Deeplink configuration
Deeplink configuration

Here you can find all the necessary information for deep links creating

HYBE Marketing avatar
Written by HYBE Marketing
Updated over a week ago

AppsFlyer


Android:

If you want to create a deep link for your Android app, then you need to configure an OneLink template according to AppsFlyer documentation, you can check it here: https://support.appsflyer.com/hc/en-us/articles/207032246

Now let's look at a real example:

This is the link with standard parameters:

In this case, you don't need to add any additional parameters. If your OneLink template configured correctly, the user will be redirected to Google Play to download the app if it is not already installed. If the user has already installed your app, he (she) will be prompted to open the app when he (she) clicks on the ad.

iOS:

If you want to create a deep link for your iOS app, then you need to configure an OneLink template according to AppsFlyer documentation, you can check it here: https://support.appsflyer.com/hc/en-us/articles/207032246. But in this case, you need to add &af_force_deeplink=true parameter to your link

Now let's look at a real example:

This is the link with standard parameters:

This is the link with "af_force_deeplink=true" parameter:

In this case, the user will be redirected to AppStore to download the app if it is not already installed. If the user has already installed your app, he (she) will be prompted to open the app when he (she) clicks on the ad.

Did this answer your question?