Flutter IAP订阅

时间:2020-06-13 10:32:31

标签: android ios flutter in-app-purchase in-app-subscription

我正在尝试为我的应用设置订阅IAP。我设法通过我的应用购买了潜水艇。下一阶段是能够通过应用程序编辑订阅并显示有关订阅的详细信息。我在这里或in_app_purchase文档中找不到很多详细信息。

有人知道如何做到这一点,或者最佳实践是什么?

非常感谢。

1 个答案:

答案 0 :(得分:0)

Google play billing guide提供了有关如何处理此问题的综合指南。

本质上,让用户通过Google Play编辑订阅。

我只是使用url_launcher软件包来做到这一点,如下所示: launch("https://play.google.com/store/account/subscriptions")