Hello,
I have an app with multiple creators and users can subscribe to many creators individually. Each creator is a separate subscription group in the App Store, so multi-sub support shouldn’t be an issue on Apple’s side. Each creator may have multiple products (monthly, annual, promotional, etc).
Here is my setup:
- Creator A
- Apple: group_A with product_A
- RevenueCat: offer_A with monthly package containing product_A and entitlement_A
- Creator B
- Apple: group_B with product_B
- RevenueCat: offer_B with monthly package containing product_B and entitlement_B
When a user purchases A, they see product_A in Apple and I see entitlement_A in RC. When a user purchases B, they see a success message on their device. Users sees both product_A and product_B in Apple, but I don’t see entitlement_B in RC. Only entitlement_A is in RC.
What am I doing wrong? Is my RC setup wrong?