Configuring subscription products
Hey
When creating your offerings you wouldn’t need to have a+b because from the scenario you are describing the user would need to purchase a and b to have additional access correct? So could just have 2 offerings ( A and and then display both to the user if need be.
If you did just want to create 1 offering you could create a customer identifier when adding the product to the offerings and it would allow you to attach more than one monthly/yearly product.
Additionally, it might be best for you to control access for the final tier (a+b) because if you attach both of these products to the entitlement even if the user only purchases one, that entitlement will be unlocked. So what you could do is call getPurchaserInfo() and check that both products are purchased and then unlock the feature/access in your app.
Does that make sense? Let me know if you have more questions about what I explained.
Hi
So far i have 3 entitlements. Entitlement 1 holds product a monthly and a yearly. Entitlement 2 holds product b monthly and b yearly. Entitlement 3 holds product a+b monthly and a+b yearly.
When i create an offering i can only add 1 monthly product. So i don’t understand that part. I would guess i could get a list of all 6 products. So far different prices for these products are not needed. What i need to have is 1 pool of these 6 products that can only be purchased one at a time. For example if you purchase product a monthly and then a yearly it should switch between the 2. In the sandbox environment i can now purchase all of them and they add up when i do getPurchaseInfo(); How can i set this up correctly and avoid that ?
I guess you shouldnt use predefined identifiers but use custom identifiers with naming like: pro_y, pro_m, medium_y, medium_m, basic_y, basic_m
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.