question

Roman Ivankov avatar image
Roman Ivankov asked

In-App Purchasing v2 ANE Issue

Hello Trying to implement In-app Purchases in your AIR application. Using your official In-App Purchasing v2 ANE. I setted up listeners: AmazonIapV2.addEventListener(AmazonIapV2Event.GET_USER_DATA_RESPONSE, getUserDataResponseEventHandler); AmazonIapV2.addEventListener(AmazonIapV2Event.PURCHASE_RESPONSE, purchaseResponseEventHandler); AmazonIapV2.addEventListener(AmazonIapV2Event.GET_PRODUCT_DATA_RESPONSE, getProductDataResponseEventHandler); I invoked methods: AmazonIapV2.getUserData(); AmazonIapV2.purchase(); AmazonIapV2.getProductData(); I reached requestIds from this methods, but I had no responses. No one listener had been executed. Even pop-up with purchase description hadn't been showed, when I invoke AmazonIapV2.purchase()
iap
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

WangChao@Amazon avatar image
WangChao@Amazon answered
Could you please tell us how you did your test? Did you follow the instructions from https://developer.amazon.com/public/apis/earn/in-app-purchasing/docs-v2/testing-iap-2.0? Thanks.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.