Question

When validating consumable item receipts on the server.

  • 7 April 2023
  • 1 reply
  • 36 views

Badge +1

In swift, when I purchase a consumable item, it sends a receipt to the server for validation. In storekit, I know that it checks the purchase history of the consumable item on the server and then calls the finishtransaction() function inside the app.


So how can revenucat do this? When I use revenucat, I tried to check the purchase history on the server but there is no history. 

Please tell me how to do it.

Thanks.


1 reply

Userlevel 4
Badge +6

Hey @unicorn !

 

If your purchase went through RevenueCat, the user should be populated on your customer list. 

 

More information about customer lists can be found here: https://www.revenuecat.com/docs/customer-lists

 

Reply