Skip to main content
Answer

iOS SDK purchase history

  • February 7, 2023
  • 2 replies
  • 181 views

Forum|alt.badge.img+4

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

Best answer by cody

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.

This post has been closed for comments

2 replies

cody
RevenueCat Staff
Forum|alt.badge.img+8
  • RevenueCat Staff
  • Answer
  • February 8, 2023

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.


Forum|alt.badge.img+4
  • Author
  • Member
  • February 13, 2023

Thanks, @cody!