I will really appreciate what needs doing under following circumstances:
Scenario 1:
I setup purchases with a userID I get from Firebase Auth after login in using firebase. Let’s say it is ‘UFID’. I am logged in with my app using ‘UFID’. My appstore ID is ‘ApsID’. I do my in app purchase on my iPhone and everything is hunky dory!
** Now I lost my iPhone **
Question1: Is my purchase attached to my ‘UFID’ or my ‘ApsID’?
- For example can I login in my app on another iPhone with my UFID and restore purchases if
1 - the ApsID is different?
2 - the ApsID is the same?
Question 2: Can same subscription run on Android & iPhone without any separate backend or the person needs to buy separate subscriptions for each platform?
Thanks