Links to click
-
Store fallback tracking link:
https://abr.ge/iadolf
- Google Play Store fallback lands on the Something went wrong (App not found) page because example app is not published on Google Play Store.
-
Web fallback tracking link:
https://abr.ge/mrnoxk
- The web fallback path is set to https://ab180.github.io/airbridge-web-example/?app=exabr
-
airbridge-web-example link:
https://ab180.github.io/airbridge-web-example/?app=exabr
User moves to AB180 Blog's Google Play Store alternatively because example app is not published on Google Play Store.
- If example app is installed,
- Then user moves to example app with
exabr://deeplink
URL.
- Then user moves to example app with
- If example app is not installed,
- Then
- If link is Store fallback tracking link or airbridge-web-example link, user moves to Google play store.
- If link is Web fallback tracking link, user moves to Web page.
- And then if user install example app and open it.
- And then user moves to example app with
exabr://deeplink
URL. (Airbridge's deferred deeplink feature)Airbridge's deferred deeplink feature
- Then
flowchart LR
User --> Android
Android --> Android-App-Is-Installed[App is installed]
Android --> Android-App-Is-Not-Installed[App is not installed]
Android-App-Is-Installed --URL---> Android-App[Android App]
Android-App-Is-Not-Installed --> Fallback{Fallback}
Fallback -- Store Fallback --> Google-Play-Store[Google play store]
Google-Play-Store --URL--> Android-App[Android App]
Fallback -- Web Fallback --> Web-Page[Web page]
Web-Page --URL--> Android-App[Android App]
Check on Real-time Logs
The results will show on the "Airbridge dashboard → Raw Data → App Real-time Log " tab if everything is working. |
Check on Real-time Logs
Event information sent from the Airbridge SDK should be seen in the "Airbridge dashboard → Raw Data → App Real-time Log " tab. |