Android : Broadcasting an INSTALL_REFERRER Intent

on Tuesday, March 24, 2015


I'm getting (which described in https://developers.google.com/analytics/solutions/testing-play-campaigns#troubleshooting as a positive result):



Broadcasting: Intent { act=com.android.vending.INSTALL_REFERRER cmp=1/1 (has extras) }
Broadcast completed: result=0


even if i write to console:



adb shell am broadcast -a com.android.vending.INSTALL_REFERRER -n 1/1 --es "referrer" "utm_source%3DtestSource%26utm_medium%3DtestMedium%26utm_term%3DtestTerm%26utm_content%3DtestContent%26utm_campaign%3DtestCampaign"


where package name and reciever are 1 and 1.


0 comments:

Post a Comment