将用户重定向到Playstore中的Subscription页面

时间:2016-04-22 23:47:36

标签: android google-play google-play-services in-app-billing in-app-subscription

我一直在阅读这个网站: http://developer.android.com/google/play/billing/billing_subscriptions.html 因为我读过那个&#34;目前,应用内结算API不支持从购买应用内部以编程方式取消订阅,我想将用户重定向到此页面以管理自己的订阅。< / p>

我无法找到如何从应用程序打开订阅页面。 我正在考虑打开它像外部链接: Intent browserIntent = new Intent(Intent.ACTION_VIEW,Uri.parse(&#34; http://www.google.com&#34;)); startActivity(browserIntent); 但我甚至不知道我需要加入的链接...... -_-

提前感谢您的回答! :)

3 个答案:

答案 0 :(得分:25)

好的,所以我没有得到更好的答案(实际上......根本没有答案......)。 对于可能研究答案的其他人来说,这是我的:

    Intent browserIntent = new Intent(Intent.ACTION_VIEW,
                   Uri.parse("https://play.google.com/store/account/subscriptions"));
    startActivity(browserIntent);

注意:似乎不推荐使用market:语法,并且网络意图会自动转发到PlayStore应用。

答案 1 :(得分:14)

感谢代码,它有所帮助。

只需在网址中添加一点

即可
  

https://play.google.com/store/account/subscriptions

直接转到手机的订阅屏幕。

答案 2 :(得分:6)

在谷歌2018年,他们宣布了这个链接

netcat localhost [PORT_NUMBER]

只需替换sku和包