2

長いタイトルですが、アプリが Amazon の App Store ではなく Google Play で公開されていますが、Android AmazonSDK を引き続き使用できますか? このページから読んでいます

配信ポータルを通じて承認および公開されたアプリのみが、Amazon クライアントと通信できます。」

それで、Google Play でアプリを配布できますか?

4

2 に答える 2

2

いいえ、 Amazon Appstore クライアントが実行時に利用可能である必要があるため、Amazon In-App Purchasing API を使用するアプリを Google Play を通じて配布しないでください( Google In-app Billing APIが Google Play クライアントに仕事)。

Amazon In-App Purchasing API に関するよくある質問:

Q: アプリ内購入を完了するには何が必要ですか?

A: Customer requirements for in-app purchases are the same as those for the Amazon client.

    1. Amazon client must be installed on the device
    2. The customer account must have 1-Click Payment enabled
    3. 1-Click Payment must be linked to a credit card from one of the supported countries
    4. The default address for 1-Click Payment must be a valid address in one of the supported countries

ユーザーのデバイスに Amazon アプリストア クライアントがインストールされている場合でも、他の要因が影響します。たとえば、Amazon DRM が有効になっているかどうか、エンドユーザーが Amazon アプリストアでアプリを購入したかどうかなどです。すべての詳細に立ち入ることなく、簡単に言えば、Google Play を通じて Amazon IAP を使用するアプリを配布すべきではないということです。

于 2014-02-04T04:57:23.250 に答える
0

はい、Amazon dev サイトの以下のページによると、Amazon の In-App Purchasing API を Google Play ストア、Amazon アプリストア、および HTML5 アプリで使用できます。

https://developer.amazon.com/public/apis

リストされている各 API の各プラットフォームのアイコンを見てください。

たとえば、アプリ内購入 API は次のとおりです。

HTML5、Android 向け Amazon アプリストア、Google Play

于 2014-02-04T02:23:29.477 に答える