Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In-App Payments for Android Amazon AppStore

I'm familiar with the in-app payments from google proper http://developer.android.com/guide/market/billing/index.html

But are there other solutions which can be implemented for apps distributed through the amazon marketplace? Alternatively, does the google IAP system work if the app wasn't distributed through the google marketplace?

like image 549
Joel Martinez Avatar asked Oct 04 '11 22:10

Joel Martinez


1 Answers

Google's IAB uses the Android Market app, and requires a Google checkout account (possibly works with carrier billing too). If the Market app is not available it is not going to work. Even if it is, calling the Android Market from an app targeting the Amazon appstore will get your app rejected. In short, forget about IAB on Amazon.

You might be able to use PayPal or other third-party solutions, but the Amazon terms of use probably don't allow this (especially since you are not allowed to set your own prices). Read the terms thoroughly, better yet, consult with a lawyer.

like image 178
Nikolay Elenkov Avatar answered Oct 06 '22 00:10

Nikolay Elenkov