Sorry if this is repeating a previous question, I've found a quite a few similar problems, but no solution that works for me...
I'm trying to add in-app purchases to an app that I already have published in the market. When trying to add the items from the console I see the "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" message. So I upload an apk which has the <uses-permission android:name="com.android.vending.BILLING" /> permission (as a draft - I don't want to publish yet for obvious reasons), but I still get the same issue. From what I've read, you don't need to publish the apk, you can have it as a draft. Has anyone else experienced this problem? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

