Android in-app products not appearing in Play Store or app(Android 应用内商品未出现在 Play 商店或应用中)
问题描述
我创建了一个包含应用内商品的应用.我在我的应用中添加了许可密钥和计费权限,并在开发者控制台中创建了应用内产品.这些产品处于活动状态,我已经构建了一个已发布的 alpha 版本,现在我可以使用其中一个测试帐户在 Google Play 商店中看到并下载它.唯一的问题是我无法获得应用内产品!它们没有出现在 Play 商店中(我认为它们应该出现).我在应用程序中获得了成功的连接结果,但我也没有获得任何产品.
I have created an app with in-app products. I've added the licensing key and billing permission in my app and created in-app products in the developer console. The products are active and I've built an alpha build which I've published and I can now see it and download it in the Google Play Store with one of the test accounts. Only problem is I can't get the in-app products! They're not showing up in the Play Store (which I assume they should). I get successful connection results in the app, but I don't get any products there either.
我哪里出错了?
我知道这很不具体,但我已经浏览了很多指南,我只是不知道在哪里搜索,所以非常感谢任何帮助.
I know this is very unspecific, but I've looked through so many guides that I just don't know where to search anymore, so any help would be very appreciated.
推荐答案
事实证明,再等一会儿就成功了!产品和构建在不同时间发布有点令人困惑.
Turns out waiting a bit longer did the trick! A bit confusing that the products and the build got published at different times.
构建在大约 2 小时后发布,但产品直到第二天才出现.
The build got published after about 2 hours but the products didn't show up until the next day.
这篇关于Android 应用内商品未出现在 Play 商店或应用中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android 应用内商品未出现在 Play 商店或应用中


- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- URL编码Swift iOS 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- UITextView 内容插图 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01