Question

Are there any way to get entitlement for product in React native?

  • 10 October 2023
  • 1 reply
  • 51 views

Badge

Hello.

My env:

"react-native": "0.68.2",

"react-native-purchases": "^6.6.5",

 

I get offering by using Purchases.getOfferings().

Btw are there any way to get entitlement together according to the product?


1 reply

Userlevel 3
Badge +5

You are not able to do this through the SDK. Entitlements are only returned when the customer has purchases of the products that are associated to the entitlements. You would be able to do this from your server via the API by using GET a list of Entitlements and GET a list of Products attached to a given Entitlement calls.

Reply