Hello,
In my app I have Block Restores enabled and the following situation:
2 auto renewable subscription options set up - monthly and annual
- User A subscribes to an annual subscription
- User B logs in on the same device and tries to subscribe to annual - gets the `receiptAlreadyInUseError` and I show an error
- But if User B tries to subscribe to a monthly subscription - the subscription goes through, switching User A’s subscription to a monthly subscription instead of annual (user B still doesn’t have a subscription, as expected)
How can I tell that the currently logged in Apple ID is already subscribed with a different user and show an error when another user tries to subscribe and inadvertently changes the original user’s subscription?
`CustomerInfo` doesn’t seem to have that info, User B has no active subscriptions.