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:

  1. generate dynamic link , set ifl link param url on website.
  2. build custom interstitial , host @ url used in ifl param.
  3. within interstitial, insert second dynamic link ifl param 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 link param in testing).
    • if set link param on second link, overwrite value initial link. need either leave link blank, or pass through.

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

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -