0

如何获取 +1 按钮的 gogle 播放网站的 URL?那个: 在此处输入图像描述

原始地址不指向那个。我的意思是这样的:

String URL = "https://play.google.com/store/apps/details?id=my.package.name";
mPlusOneButton.initialize(mPlusClient,
                URL , PLUS_ONE_REQUEST_CODE);

您能给我一些示例 google play 应用程序 URL 吗?

4

2 回答 2

2

试试这个:

https://market.android.com/details?id=my.package.name "

希望能帮助到你。

于 2013-09-05T15:01:19.790 回答
1

您需要将“my.package.name”替换为您的应用程序的 ID。

例如:

https://play.google.com/store/apps/details?id=tunein.player

这是 Google Play 上 TuneIn Radio 的 URL。TuneIn Radio 的应用程序 ID:tunein.player

这样能回答你的问题吗?

于 2013-09-05T14:59:46.057 回答