Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 584
Mansi Avatar asked May 29 '12 02:05

Mansi


1 Answers

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

like image 138
Blundell Avatar answered Oct 18 '22 20:10

Blundell