We launched our app using Anonymous App User IDs. Now as we have some subscribers we would like to use our own App User IDs for all our users (paying and non-paying).
To implement own App User IDs the documentation suggests either providing our own App User ID in configure
/setup
or in logIn
. However it’s not clear form the docs if this will cause the paying user loosing their entitlements for the current app session or until they restore purchases. For us this would be a very bad user experience. We would really like to avoid it.
How to properly migrate our subscribers to our own App User IDs without affecting or loosing subscribers entitlement details?