从Android电子市场更新应用后推荐人

时间:2015-05-18 10:14:09

标签: android google-analytics google-play

在我的应用程序中,我实现了一个广播接收器,可以在从市场安装应用程序后捕获Android启动的com.android.vending.INSTALL_REFERRER意图。

我在这里详细说明:http://code.google.com/mobile/analytics/docs/android/#referrals

此推荐人是否也会收到更新?换句话说,用户可以使用引荐来源和更新应用程序打开Goog​​le Play商店吗?

1 个答案:

答案 0 :(得分:8)

不,Google Play商店在安装应用时不会发送com.android.vending.INSTALL_REFERRER意图。

如果您的应用的套餐名称为com.example.android,那么您的网址就是这样的。

https://play.google.com/store/apps/details?id=com.example.android&referrer=testReferrer

在未安装应用程序时打开URL时,您可以在logcat中看到来自Play商店的此调试日志:

  

1857-1857 / com.android.vending D / Finsky:[1] 1.run:捕获com.example.android的引荐来源

在安装应用程序时打开相同的URL时,您可以看到此日志:

  

1857-1857 / com.android.vending D / Finsky:[1] 1.run:删除了com.example.android的推荐人,因为已经安装了