18

How to implement in-app purchase in my android application??

I referred

http://developer.android.com/guide/market/billing/billing_integrate.html#billing-service

this link but I don't understand Binding to the MarketBillingService step.

please give me proper example..

Mansi
  • 1,939
  • 4
  • 22
  • 40
  • The example you ask for is at http://developer.android.com/guide/market/billing/billing_integrate.html#billing-download – K-ballo May 29 '12 at 02:40
  • You can look into this library http://www.robotmedia.net/2011/06/android-billing-library-in-app-billing-made-simple/ – alders May 29 '12 at 02:52
  • Here is my solution library https://stackoverflow.com/questions/26601734/how-to-implement-in-app-purchase-of-application-android/68227056#68227056 – Ucdemir Jul 02 '21 at 14:46

1 Answers1

15

Here is another blog post explaining In App Purchase:

http://blog.blundellapps.com/simple-inapp-billing-payment/

I've also recently written an overview with a flowchart to try and explain InApp Purchase:

http://blog.blundellapps.com/overview-of-android-in-app-billing-flowchart/

enter image description here

Pang
  • 9,564
  • 146
  • 81
  • 122
Blundell
  • 75,855
  • 30
  • 208
  • 233
  • Hi, great tutorial! It works great for testing. But where can I switch from testing to real purchase? – Mansi Jul 05 '12 at 09:58