简体   繁体   English

Flutter IAP订阅

[英]Flutter IAP subscription

I'm trying to setup a subscription IAP for my app.我正在尝试为我的应用设置订阅 IAP。 I have managed to purchase the sub via my app.我设法通过我的应用程序购买了潜艇。 The next stage is being able to edit the subscription and display details on the subscription via the app.下一阶段是能够编辑订阅并通过应用程序显示订阅的详细信息。 I can't find much details on this here, or in the in_app_purchase documentation.我在此处或in_app_purchase文档中找不到更多详细信息。

Does anyone know how to do this, or what the best practices are?有谁知道如何做到这一点,或者最佳实践是什么?

Many thanks.非常感谢。

The Google play billing guide gives a comprehensive guide on how to handle this. Google play 计费指南提供了有关如何处理此问题的综合指南。

Essentially, let the user edit their subscription via Google Play.本质上,让用户通过 Google Play 编辑他们的订阅。

I did this simply using the url_launcher package as follows: launch("https://play.google.com/store/account/subscriptions")我只是使用url_launcher package 来做到这一点,如下所示: launch("https://play.google.com/store/account/subscriptions")

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM