My situation: I have two apps: app A, and app B. Both apps sell auto-renewable subscriptions (each has a single subscription group selling a monthly and yearly pro-plan).
I would like to create a new subscription group that users can buy that gives them access to both app A and B. Right now, I could already implement this by just creating a new subscription in both apps A and B and use some sort of user registration system to provide pro-access to both apps if either subscription (from A or B) has been purchased.
What is not clear to me is what service Apple is providing, at least based on the documentation above. In the documentation it even specifically states:
Important
This makes me believe there is no Apple magic happening in the background. It's basically all up to the developer to implement this. I assume this means that if a user purchases the new cross-app subscription in app A, that the user cannot restore it in app B.If the user has purchased the subscription from an app, you must propagate the purchase across all the apps that provide the subscription service. Failing to persist the purchase to the other apps opens the possibility of a user paying multiple times for the same service.
What am I missing?