My app is ionic-cordova based mobile app built for Android. Using dynamic links for sharing the app. When the user clicks the link on the mobiles where the app is installed:
- it opens the app correctly and
- the dynamic link parameters are passed to the app
but when the app is not installed on the mobile
- it opens the google play store but
- when user installs and launches the app the dynamic link parameters are either NOT passed to the app or NOT available to the app
Requesting the community help here.