Solved

iOS SDK purchase history

  • 7 February 2023
  • 2 replies
  • 116 views

Badge +2

Is there a way to get user’s purchase history via RevenueCat SDK?

icon

Best answer by cody 8 February 2023, 17:09

View original

2 replies

Userlevel 6
Badge +8

Hey @Roman Herman!

We don’t currently include a user’s subscription history in CustomerInfo from the SDK, but rather, we include only the current state of their subscription/purchases.

You can get a full list of the product identifiers that a user has purchased, however, with the `allPurchasedProductIdentifiers` property when fetching CustomerInfo.

Badge +2

Thanks, @cody!

Reply