How to pass google play store and app store url parameters value to input field?
for example, https://play.google.com/store/apps/details?id={appID}&hl=en&referrer=ABC123
i want to pass the ABC123
to referrer input field after the user installed the app.
i have tried, Linking
but the Linking
will only work when the user app is installed.
What i trying to do is,
- When the user not installed the app.
- go to
https://play.google.com/store/apps/details?id={appID}&hl=en&referrer=ABC123
- App installed
- When opened the app auto field up referrer field to
ABC123