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?
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?
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.