Search code examples
androidin-app-purchasein-app-billing

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.


Solution

  • 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.