Eymir / marketbilling

Automatically exported from code.google.com/p/marketbilling
0 stars 0 forks source link

Can't add new In-App products to application…? #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
STEPS TO REPRODUCE:
1.I have implemented all of the necessary code and the test purchases work 
perfectly. However when I go to add the products to my (unpublished) app I get 
the following message on the android developer dashboard:

"New in-app products cannot be added because the current application version 
does not use the BILLING permission."

These are the permissions I have:
<uses-permission android:name="com.android.vending.BILLING" />

my Draft save against app is: 
Localized to: default
Permissions: com.android.vending.Billing
Features: android.hardware.telephony, android.hardware.touchscreen 

Please help me, hwy this happen? thanks 

Original issue reported on code.google.com by arksol.s...@gmail.com on 16 Jan 2012 at 6:44

GoogleCodeExporter commented 8 years ago
@arksol

Did your (draft) application include the 
com.android.vending.IMarketBillingService.aidl file as described in the 
documentation?

Original comment by michiel....@gmail.com on 17 Jul 2012 at 12:58

GoogleCodeExporter commented 8 years ago
@arksol

I started with the same problem as you but including 
com.android.vending.IMarketBillingService.aidl solved the issue.

Original comment by michiel....@gmail.com on 17 Jul 2012 at 1:16