适用于 Android 的应用内支付 Amazon AppStore
我熟悉谷歌本身的应用内付款 http://developer.android.com/guide/market/billing/index.html
但是还有其他解决方案可以为通过亚马逊市场分发的应用程序实施吗?或者,如果应用程序不是通过谷歌市场分发的,那么谷歌 IAP 系统是否可以工作?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Google 的 IAB 使用 Android Market 应用程序,并且需要 Google checkout 帐户(可能也适用于运营商计费)。如果市场应用程序不可用,它将无法工作。即使是这样,从针对亚马逊应用商店的应用程序调用 Android Market 也会得到
您的应用程序被拒绝。简而言之,忘记亚马逊上的 IAB。
您也许可以使用 PayPal 或其他第三方解决方案,但亚马逊使用条款
可能不允许这样做(特别是因为不允许您自行设定价格)。仔细阅读条款,最好咨询律师。
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.
您可以使用 RoboBillingLibrary 轻松地在 Google Play 和 Amazon Appstore 上发布。所有细节都已为您抽象出来。
You can use RoboBillingLibrary to publish across Google Play and the Amazon Appstore, with minimal effort. All the details are abstracted away for you.