as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

PurchaseResponseCode

Represents the response code for a purchase request initiated via PurchasingService.purchase.

Enumeration Members

ALREADY_PURCHASED

ALREADY_PURCHASED: 1

Indicates that the customer already owns the provided SKU.


FAILED

FAILED: 4

Indicates that the purchase failed.


INVALID_SKU

INVALID_SKU: 2

Indicates that the SKU originally provided to the PurchasingService.purchase(String) method is not valid.


NOT_SUPPORTED

NOT_SUPPORTED: 3

Indicates this call is not supported.


SUCCESSFUL

SUCCESSFUL: 0

Indicates that the purchase was successfully completed.


Last updated: Oct 02, 2025