【发布时间】:2014-04-08 11:18:40
【问题描述】:
我正在尝试在应用中实现 Google plusOne 按钮。我遵循了设置过程,并且按钮在 PlusSampleActivity 项目和我的应用程序中都能很好地工作在使用默认测试 URL 时
但是,当我使用 我的应用市场网址 替换此按钮时,该按钮将变为灰色,并且在单击时会旋转。
我正在使用格式为“market://details?id=package_name”[as per the Android recommendations] 的市场 URL
欢迎任何提示!
我的游戏服务详情:
Google-play-services SDK - rev16
Google-play-services_library 项目 [android:versionCode="4323030" android:versionName="4.3.23 (1069729-030)]
OAuth 2 设置
[编辑] 有趣的是,如果我使用 http 等效 url - 它应该在 webites 中使用
例如"http://play.google.com/store/apps/details?id=package姓名"
那么 google plusone 按钮就可以正常工作了! [/编辑]
【问题讨论】:
标签: android google-play-services google-plus-one