小编mau*_*dem的帖子

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

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

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

在此先感谢您的回答!:)

android in-app-billing google-play google-play-services in-app-subscription

22
推荐指数
3
解决办法
2591
查看次数