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 商店或应用中
基础教程推荐
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01