MrJoshFisher
MrJoshFisher

Reputation: 1123

Simple In App Purchase App Android

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.

Upvotes: 20

Views: 18408

Answers (4)

Ucdemir
Ucdemir

Reputation: 3098

You can check example with library for inn app billing. Example

Upvotes: 0

Blundell
Blundell

Reputation: 76536

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

Upvotes: 30

Inoy
Inoy

Reputation: 1075

Attention!

Here is answer for IAB v2

And you, most likely, looking for v3 (which is much simpler)

Don't get in this trap, as I did...

Google I/O 2013 - In-App Billing Version 3 - http://www.youtube.com/watch?v=DgcJPIRpfSk

Upvotes: 4

Jonas Schmid
Jonas Schmid

Reputation: 5491

Does this library (AndroidBillingLibrary) solve your problem?

Upvotes: 10

Related Questions