android - Showing an interstitial with Firebase Dynamic Links -
on official page firebase dynamic links (https://firebase.google.com/docs/dynamic-links/) there mention of showing interstitial if app not installed: https://youtu.be/lvy1jmcrpf8?list=pll-k7zzesylmof_07iayrtntevxtbuxdl&t=87
dynamic links work seamlessly across ios, android, , desktop , mobile web. dynamic links can configured provide best possible user experience, whether that's personalized app launch, fast interstitial, or opening mobile website.
how can that?
this not feature firebase provides out-of-the-box.
here steps need implement it:
- generate dynamic link , set
ifllink param url on website. - build custom interstitial , host @ url used in
iflparam. - within interstitial, insert second dynamic link
iflparam pointed app store- this step should not necessary because firebase docs state users without app should automatically forwarded app store default, have never seen happen — users without app taken url in
linkparam in testing). - if set
linkparam on second link, overwrite value initial link. need either leavelinkblank, or pass through.
- this step should not necessary because firebase docs state users without app should automatically forwarded app store default, have never seen happen — users without app taken url in
alternative
if don't want deal this, should check out branch.io (full disclosure: i'm on branch team). branch journeys feature own website, , deepviews feature provides same thing if don't have website , don't want set 1 up.
Comments
Post a Comment