I have ads for my application but some users who click the ads already have my app installed.
If I visit the store after my app is already installed and click "open", the app's code is unable to read the referrer information and instead I see this message in the logcat:
12-15 18:27:27.334 32092-32092/? D/Finsky﹕ [1] 1.run: Dropped referrer for com.xxx.test because already-installed
Is there any way to read the referrer information when the app is re-openend from the store and not on first run?