I want to pass a parameter(userId="Derrick") to play the store's link of my ionic 3 apps and retrieve it after app installation.
I have tried many ideas: 1- Firebase Dynamic Links plugins; I was not able de manage firebase console side(google-services.json and GoogleService-Info.plist). I have not found a working example. (according to this question Ionic 3: Getting value from PlayStore link) 2- Google Analytics plugin; with getVar, I have no result 3- TealiumInstallReferrer plugin; no way (according to this questionhttps://stackoverflow.com/questions/25466443/how-to-use-app-links-to-pass-parameter-to-android-playstore-to-be-retrieved-when) 4- App Preferences; 5- I have also tried to use a third party URL to store parameter in SQLite but it was impossible to write inside SQLite of mobile phone from a website 6- I have tried many propositions but I have no solution.