Android Prasath
Android Prasath

Reputation: 218

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.

Upvotes: 6

Views: 11131

Answers (1)

Glenn Bech
Glenn Bech

Reputation: 6182

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.

Upvotes: 18

Related Questions