您所在国家无法使用的物品说,请帮助in_app_purchase无法购买
因此,我在Flutter_Inapp_purchase中完成了所有步骤: ^5.3.1 文档应用程序和添加的测试仪。我看到我的应用程序中易于使用的IAP加载。但是问题是,当我单击“购买”按钮时,它说您的国家不可用,而无法购买。因此,我现在已经呆了几周了,现在有人请帮助
So i did all the steps in the flutter_inapp_purchase: ^5.3.1 documentation i publish a close test of my app and added testers. i see the Consumable IAP loading in my app. But the problem am having is that when i click on the buy button it say item unavailable in you country and can't make a purchase. so i am stuck at this point for weeks now somebody please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这也吸引了我(几天)。对我来说,我需要完成该应用程序发布版本(即使我只发布到内部测试)的发布版本(即使在App仪表板上)的“选择国家和区域”。
原因是内部测试轨道与释放轨道同步。
之后,直到“发布”“发布概述”页面上的更改之前,它仍然没有起作用。这是非常令人不安的,因为该应用程序尚未发布,并且该措辞似乎将为用户发布该应用程序。幸运的是,事实并非如此,“发布”措施只是将您的更改节省给了
IAP正常运行之后的可用国家。
我希望这会有所帮助。
This one caught me too (for a couple of days). For me I needed to complete the section (on the App Dashboard) "select countries and regions" for the Release version of the app (even though I was only publishing to internal testing).
The reason is that the internal testing track is synced with the Release track.
After that, it still didn't work until I "Published" the changes on the "Publishing Overview" page. Which was quite nerve-racking because the app wasn't released and the wording makes it seem like the app will be published for users. That luckily wasn't the case, the "Publish" action just saves your changes to the available countries
After that the IAP worked correctly.
I hope this helps.