Why Is "dynamic Links" Created Dynamically By Android App Not Opening App Directly?
Problem: Why is 'Short dynamic links' created programatically wont open/launch the app directly? But link created at console, shows only one prompt to choose browser then app laun
Solution 1:
You'll need to add an intent filter for your page.link/app.goo.gl domain as well, so the deep link goes straight to your app. See: https://firebase.google.com/docs/dynamic-links/android/receive#app_links
Post a Comment for "Why Is "dynamic Links" Created Dynamically By Android App Not Opening App Directly?"