question

brightman55 avatar image
brightman55 asked

Is requestId a unique id?

Is requestId an universal unique id which is returned by api "PurchasingManager.initiatePurchaseRequest(skuName);"
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

Sujoy@Amazon avatar image
Sujoy@Amazon answered
Hi Brightman55, Thank you for posting. This is not guaranteed that a request ID returned by initiatePurchaseRequest() is unique. The requestId is used to associate the request with the PurchaseResponse received by the PurchasingObserver.onPurchaseResponse(PurchaseResponse) callback. Please refer below link https://developer.amazon.com/sdk/in-app-purchasing/reference/api-reference.html
10 |5000

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