question

101apps avatar image
101apps asked

receipt verification and amazon web services

hi, my app will allow user to purchase a file for download. can i use amazon web services to store the files and then use the in app receipt verification service to allow the file to download? in other words, AWS stores the files and has the java servlet (or whatever is needed to verify the recipt). the app communicates with AWS, which communicates with amazon servers to verify and then communicates back to AWS which then releases the files and notifies the app of this (success or failure). can this be done? thanks regards 101apps
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 101apps, Yes. This could be done. When you receive purchase receipt in the app client from IAP system for a single transaction, you cab send it to your app server and get the verification done by RVS there (AWS in this case).
10 |5000

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