简体   繁体   中英

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. I added this permission, IInAppBillingService.aidl in the project and the the service. 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.". Anyone had this problem? Do I need to wait until google will update the information?

EDIT Here is where aidl file located

在此处输入图片说明

Did you uploaded an signed-apk with the permission and the .aidl file ?

It normally allows to add IAP after you uploaded and an signed apk with these files...

as said johan-z I had a typo in the permission. I changed com.android.**venging**.BILLING to com.android.**vending**.BILLING and it worked

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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