I know this question has been asked sometimes, but I could not find definitive answers. I have three apps on the App Store, having auto-renewable subscriptions. I would like to create a subscription bundle, where user can purchase the subscription bundle from any of the three apps. Obviously, the user should get access to all three apps once the purchase is successful.
Here is the link from Apple, describing what I’d like to do:
https://developer.apple.com/documentation/storekit/in-app_purchase/original_api_for_in-app_purchase/subscriptions_and_offers/offering_a_subscription_across_multiple_apps
Is there a way to implement this “easily” in RevenueCat?
I once read that I would need to have my apps in one single RC project. At the moment, the three apps belong to three different projects. If this is the way to go, could someone give more details on this implementation (I cannot find it in the docs):
- If the apps are in the same project, will the user get assigned the same userID across the three apps?
- Can I access the entitlements belonging to one app, from the other apps?
- How do I move my existing (and running) apps in the same project?
- Will this disrupt the existing in-app purchases flow?
Thanks in advance for your help!