Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android In-App Purchase

Presently I am developing one application in android.I want to implement in app purchase in my app when i click a button.

Please help me with simple example to implementing in app purchase for our app.

Thanks in advance.

like image 388
Android Prasath Avatar asked Apr 18 '11 09:04

Android Prasath


1 Answers

I am sorry to answer in this manner, but the documentation from Google is pretty good on the subject; http://developer.android.com/guide/market/billing/index.html

The "Dungeons" example provides sample code that is pretty good.

In app billing is a bit complex, and uses some advanced Android techniques like IPC. I have been experimenting with this for the last two-three days, and I think you will have to do like me; close the office door and dig into the sample code & docs.

good luck! Please ask any specific question along the way. I am sure people will be more than willing to help.

like image 70
Glenn Bech Avatar answered Sep 30 '22 07:09

Glenn Bech