I'm currently working on an app which will be used for marketing purpose. This app has a feature to share a link to device contacts or social media, to let other people download this app from Google Play Store. But my company has made a rule for this app:
If this app is downloaded from Google Play Store without clicking any shared link, it cannot be run (or simply, display an Alert Dialog then close the app). The only way to have this app running is to FIRSTLY click the link, then download.
So my question is, how can I make this possible? Do I have to find a way to detect clicked link? Or is there any alternatives?