Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple In App Purchase App Android

Tags:

Does anyone know how to make a simple app in android dev eclipse with a simple in app purchase item like 50 coins for 0.50p in android because there are absolutely no tutorials out there and the android in app billing example isn't exactly helpful.

like image 259
MrJoshFisher Avatar asked Feb 04 '12 16:02

MrJoshFisher


2 Answers

The current version of Android In App Purchase is V3

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


My blog post is titled Simple In App Purchase v2, so that might help:

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

I've also recently written an overview with a flowchart to try and explain InApp Purchase (not so simple):

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

enter image description here

like image 182
Blundell Avatar answered Oct 04 '22 05:10

Blundell


Does this library (AndroidBillingLibrary) solve your problem?

like image 37
Jonas Schmid Avatar answered Oct 04 '22 05:10

Jonas Schmid