Android 市场引用数据未填充
我已经实现了一个 BroadcastReceiver 来接收和解析 Android Market 引用数据。我按照此处的步骤操作:http://code.google。 com/mobile/analytics/docs/android/#android-market-tracking 当我导航到实际设备上的引用链接时,这一切都运行良好,但是当我导航到相同的引用链接并选择将应用程序发送到我的设备时无法获取推荐数据 发送。
以前有人遇到过这个问题吗?市场推荐数据是否只有在实际设备上访问推荐链接时才可用?似乎我可能遗漏了一些东西......
编辑:如果有人想知道,我发现不可能以这种方式检索引用数据。使用手机上的市场应用程序安装应用程序是引发 INSTALL_REFERRER 意图操作的唯一方法。
I've implemented a BroadcastReceiver to receive and parse Android Market referrer data. I followed the steps here: http://code.google.com/mobile/analytics/docs/android/#android-market-tracking and this all works fine and dandy when I navigate to the referring link on my actual device, but when I navigate to the same referral link and choose to send the app to my device the referral data does not get sent.
Has anyone come across this issue before? Is the market referral data only available when accessing the referral link on the actual device? Seems like I might be missing something...
EDIT: In case someone was wondering, I've found it not possible to retrieve referrer data this way. Installing an app using the market app on your phone is the only way the INSTALL_REFERRER intent action will be thrown.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用设备上的市场应用程序安装应用程序是传递referrer 参数并引发 INSTALL_REFERRER 意图操作的唯一方法。如果将应用程序从计算机发送到移动设备,则不会通过。
Installing an app using the market app on your device is the only way the referrer parameter will be passed and the INSTALL_REFERRER intent action will be thrown. Does not get passed if sending app from computer to mobile device.