Hi,
I’m developing an app that requires the users to sign in before making purchases (subscriptions).
However, as I understand, Apple requires that we add a Restore button that enables restoring purchases without the user having to log into app’s account.
My question is about the following case:
- the user logs in, makes a purchase
- for some reason, e.g. on a new phone, the user enters the app w/o being logged in, does not log in and restores his purchases, his subscriptions therefore transferred to the id auto-generated for the anonymous user
- Question 1: if the same user does log in on their Android device, will they be able to access the subscription?
- Question 2: I understand that if the user logs in on said new iphone device after restoring purchases, the new anonymous id along with the purchases will be merged with the existing id, therefore providing access on Android devices where the users signs in as well. Is that correct?
Thank you kindly. :)