Question
Configuring subscription products
+4
Hello,
I have a question on how to implement RevenueCat in our react native app and would like to verify if i configured the products correctly.
So i have 1 subscription group in the app store with product a monthly, a yearly, b monthly, b yearly, a+b monthly and a+b yearly.
I added these 1 to 1 in products in RevenueCat. Then I made 3 entitlements: a, b and a+b and added their monthly and yearly product. These are the 3 levels of access. These 3 levels i want to show in the app. When a user already has subscription a and purchase b it needs to go to a+b. Now i get confused with offerings because i create a default one and can only add 1 monthly and 1 yearly product.
What I do now to show the products in the app is with Purchases.getOfferings() and then made 3 offerings. Again a, b and a+b and get result.all instead of current to loop over all the products. In app i can purchase a product in sandbox mode and get an active subscription but then i can purchase another. Is this normal ?
How do i configure these 3 bundles correctly and show them accordingly ?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.