In app purchases in Android.

Posted by Samuh on Stack Overflow See other posts from Stack Overflow or by Samuh
Published on 2010-06-17T05:28:37Z Indexed on 2010/06/17 5:33 UTC
Read the original article Hit count: 272

I have an application that comes bundled with some content(say image, songs etc.). We want to have an in-app store, so that the user can buy contents and extend the experience. What are the different ways in which the above mentioned can be achieved?

iPhone has Storekit framework that enables in-app purchases. So, our requirements wants us to follow the suit.

Also, according to Android Markets(AM) distribution agreement, an Android application published via AM, is not allowed to accept payments from any Payment collectors other than the one Market provides and/or Google checkout.

We have decided to integrate Paypal, now that they have published Mobile Payments Library to Android developers. If we do so, can we publish our application on Android Market?

© Stack Overflow or respective owner

Related posts about android

Related posts about paypal