The Google Play `com.android.vending.INSTALL_REFERRER` Intent is broadcast when an Android app is installed from the Google Play Store.
Questions tagged [install-referrer]
94 questions
-1
votes
1 answer
How to capture NoClassDefFoundError
I'm experiencing this issue when updating to the installreferrer library v2.0. LINK
So when I call to the library's startConnection method it throws:
Process: com.tomatedigital.lottogram, PID: 13424
java.lang.NoClassDefFoundError: Failed resolution…

Addev
- 31,819
- 51
- 183
- 302
-1
votes
2 answers
Unable to fetch INSTALL_REFERRER when app is downloaded via custom marketing URL
I am trying to get the referrer details from the URL when the app is downloaded via marketing URL. I have created a broadcast receiver with INSTALL_REFERRER intent filter.
My URL is:…

Nikhil Sharma
- 19
- 4
-1
votes
1 answer
At what point or phase of Application INSTALL.REFERRER broadcast Receiver is called?
I have registered a BroadcastReceiver in my Android Manifest. It contains an action of INSTALL.REFERRER to receive intents whenever the application get Installed.
I am trying to set a variable by fetching its value from server before the …

Ankit Gupta
- 674
- 1
- 6
- 17
-1
votes
1 answer
How to do referral concept in ios
Hello I am android developer. I have a question related to iOS. I want something when I ask user to install my application from iTunes once click on hyperlink that redirect to app which is on iTunes. I want to pass some referral code in that link…

N Sharma
- 33,489
- 95
- 256
- 444