價格:免費
更新日期:2015-04-03
檔案大小:695k
目前版本:1.0.1
版本需求:Android 2.2 以上版本
官方網站:mailto:smknight@gmail.com
This tests getting the install referrer through an AIR extension. When the Play Store app is opened to an app using a referrer, it will be broadcast post-install as the com.android.vending.INSTALL_REFERRER intent. The AIR extension catches the intent and stores the result to be retrieved at any time later. Notably, google does not broadcast the intent if the app is installed via the web version of the play store.
Open play store app on device with this link:
https://play.google.com/store/apps/details?id=air.com.stephenklancher.TestInstallTracking&referrer=FirstTest
Or manually broadcast the intent via ADB:
adb shell am broadcast -a com.android.vending.INSTALL_REFERRER -n air.com.stephenklancher.TestInstallTracking/com.stephenklancher.installtracking.ReferrerReceiver --es "referrer" "Test Referrer: %time%"
Click refresh to show the referrer that is currently stored.