question

nvhaiwork avatar image
nvhaiwork asked

Purchased item

Hello, I'm implementing IAP with Android and I have a question : + How can I know (or get list of) purchased items?. I wanna get purchased items because I must show item status(purchased or available for purchase) for my user... Thanks
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.

nvhaiwork avatar image
nvhaiwork answered
Hello, I have another question: How can I check a sku is purchased or not? Please help me! It's very urgent...
10 |5000

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

nvhaiwork avatar image
nvhaiwork answered
Thank you for writing in. the PurchasingManager.initiatePurchaseUpdatesRequest(Offset offset) initiate a request to retrieve updates about items the customer has purchased and/or revoked since last time you checked based on offset. From Amazon support When the PurchasingObserver.onGetPurchaseUpdatesResponse() callback is triggered,it initiate a request to retrieve updates about items the customer has purchased and/or revoked since last time you checked based on offset. A good use of this operation is to invoke it once per application run to make sure your view of ownership is consistent across devices. Please go through the below documentation for more information. https://developer.amazon.com/sdk/in-app-purchasing/documentation/fundamentals.html Best regards, Deekshit K. Amazon Mobile App Distribution Support Team
10 |5000

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