简体   繁体   English

谷歌游戏控制台。 您的应用还没有任何应用内商品

[英]Google Play Console. Your app doesn't have any in-app products yet

I want to add in-app-billing option in the app.我想在应用程序中添加应用程序内计费选项。 In google documentation says that you need to add permission <uses-permission android:name="com.android.venging.BILLING"/> in manifest file.在谷歌文档中说你需要在manifest文件中添加权限<uses-permission android:name="com.android.venging.BILLING"/> I added this permission, IInAppBillingService.aidl in the project and the the service.我在项目和服务中添加了这个权限, IInAppBillingService.aidl But developer console says "Your app doesn't have any in-app products yet, To add in-app products, you need to add the BILLING permission to your APK.".但是开发者控制台显示“您的应用还没有任何应用内产品,要添加应用内产品,您需要为您的APK添加BILLING权限。”。 Anyone had this problem?有人遇到过这个问题吗? Do I need to wait until google will update the information?我需要等到谷歌更新信息吗?

EDIT Here is where aidl file located编辑这是aidl文件所在的位置

在此处输入图片说明

Did you uploaded an signed-apk with the permission and the .aidl file ? 你上传了带有权限和.aidl文件的signed-apk吗?

It normally allows to add IAP after you uploaded and an signed apk with these files... 它通常允许你上传后添加IAP和带有这些文件的签名apk ...

as said johan-z I had a typo in the permission. 正如johan-z所说,我在许可中有一个错字。 I changed com.android.**venging**.BILLING to com.android.**vending**.BILLING and it worked 我改变了com.android.**venging**.BILLINGcom.android.**vending**.BILLING它起作用了

看起来你的权限有一个拼写错误,它应该是"android:name="com.android.vending.BILLING" 。这不会给出编译错误。

暂无
暂无

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

相关问题 有没有办法从后端服务器使用 google play 应用内产品? - Is there a way to consume google play in-app products from backend server? 在您的控制台中“运行” gcloud beta app create”。-无法输入控制台? - “run ”gcloud beta app create“ in your console.” - Can't type in console? 无论如何测试谷歌应用内计费的订阅项目而不使他们的 state 在谷歌游戏控制台中处于活动状态? - Is there anyway to test subscription items of google in-app billing without making their state active in google play console? Google为多种产品播放In App Billing Services - Google play In App Billing Services for multiple products System.out.print() 不会向 Eclipse 控制台发送任何输出。 为什么? - System.out.print() doesn't send any output to Eclipse console. Why? 对应用内购买进行退款不会使其无效 - Refunding an in-app purchase doesn't void it Android:无法将新的应用内产品添加到应用程序......? - Android: Can't add new In-App products to application…? Google Play 控制台:“您的应用签名密钥的加密强度不符合 Google Play 推荐的最低标准” - Google Play Console: 'Your app signing key's encryption strength does not meet Google Play's recommended minimum standard' 应用内计费确认购买问题[使用谷歌播放应用内计费库] - In-app billing acknowledgePurchase issue [using google play in-app billing library] Google Play应用内结算onPurchasesUpdated()错误响应代码-1 - Google Play in-app Billing onPurchasesUpdated() error response code -1
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM