Question

Find all purchases made by user

  • 11 May 2022
  • 1 reply
  • 85 views

Badge +2

Hi all, I want to find all purchases made by the user on IAP, in my app’s code. Actually due to some UX issues, some customers have bought both the lifetime and monthly subscription of the app. Now I want to identify such users while they run the app, and instruct them on how to claim refund for one of the purchase. What is the best way to do this, since I don’t have any email id identifier for the users, I was thinking of adding code to identify such users in the app itself, any pointers on what functions can I call from RevenueCat’s SDK for me to solve this issue. I am looking for iOS based solution 14.0+.


1 reply

Userlevel 6
Badge +8

Hey @snowflake!

You can check CustomerInfo for purchased product identifiers to see which products have been purchased by the user: https://docs.revenuecat.com/docs/customer-info

Reply