Google Play Install Referrer Test can test the app referrer from Google Play
Published by  跳一跳
844  Ratings199  Comments
APK Details
Category
Tools
Last Updated
2018-10-19
Latest Version
2.6
Size
2.01 MB
Installations
100000+
Android version
4.0 and up
Content Rating
Everyone
Screenshots
Google Play Install Referrer Test APK Description
Google Play Install Referrer Test can receiver "com.android.vending.INSTALL_REFERRER" from Google Play store.
When you download and install an app from Google Play store ,the app will receiver "com.android.vending.INSTALL_REFERRER" broadcast after it installed,the broadcast include some information about referrer,sometimes we want to know what the referrer was,them Google Play Install Referrer Test was a good tools to you.
How to use Google Play Install Referrer Test ?
method-1: Download this app form Google Play direct,you will receiver the referrer of "utm_source=google-paly&utm_medium=organic".
method-2: Link to the market using the URL(https://play.google.com/store/apps/details?id=com.xiaopandream.referrer&referrer=utm_source%3Dgoogle%2520play) to install this app.
method-3: Use adb to send an INSTALL_REFERRER intent to the application:
$ adb shell $ am broadcast -a com.android.vending.INSTALL_REFERRER -n com.xiaopandream.referrer/com.xiaopandream.referrer.ReferrerReceiver --es "referrer" "REFERRER-CHANNEL"
Thank you for use my app to test Google Play install referrer.