https://github.com/robotmedia/AndroidBillingLibrary I\'ve created separate Billing class: public class Billing extends AbstractBillingActivity {
This will probably sound silly but I have no idea how to make the application work. tutorial for in-app billing
I am facing the issue in building InApp Purchase Example App give in SDK. It\'s showing error in IMarketBillingService.aidl because its showin开发者_JAVA百科g like disabled file.
I\'m implementing in-app billing in Android and it\'s giving me headaches. 开发者_如何学运维 When I try to buy my products from the in-app store, bang: \"Item unavailable\",
I\'m not sure what code to put here but I have a working in-app purchase setup in my app (in the sense that the correct amount and item is billed to my account) but the problem is the changes never sh
This is a derivative question of a question I have posted here: In App BIlling trouble with Pending Intents and switching activities
Ok so I have been trying to fix this for days, and I\'m not coming here looking for someone to do my work for me as I have been troubleshooting and fixed every single error message in the LogCat.I am
I\'m trying to run the Android Inapp Billing Example but have apparently done something wrong since it doesn\'t work as intended.
We are planning a new application development for iPhone and Android devices. The application would be published in both marke开发者_如何学运维ts (Android Market and Apple\'s App Store) and its downlo
I\'ve been working on implementing in-app billing, basing it off of blundell\'s tutorial here: http://www.anddev.org/advanced-tutorials-f21/simple-inapp-billing-payment-t52060.html