In-App Payments for Android Amazon AppStore

人盡茶涼 提交于 2019-12-20 12:43:08

问题


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?


回答1:


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.




回答2:


You can use RoboBillingLibrary to publish across Google Play and the Amazon Appstore, with minimal effort. All the details are abstracted away for you.



来源:https://stackoverflow.com/questions/7654558/in-app-payments-for-android-amazon-appstore

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!