2

I have multiple entitlements in my app and I want to group the products under respective entitlement on my paywall. I am able to get only purchased entitlements from getPurchaserInfo. Is their a way to get the "Associated Entitlements" for all products (both purchased and not purchased)?

Nimantha
  • 6,405
  • 6
  • 28
  • 69
Raj Oberoi
  • 21
  • 1
  • 2

1 Answers1

0

Response from RevenueCat team:

This association isn’t returned on the products through the API currently, so I’m not sure if there would be a straightforward way to do this. However, the use-case makes complete sense and I’ll share this with our engineering team as a feature request. I think it would require a change to the GET /offerings API to add the association, and an update to the SDKs to parse the new API response appropriately. There isn’t a workaround I can think of that doesn’t involve some level of hardcoding .

Raj Oberoi
  • 21
  • 1
  • 2