I have a question regarding the behavior described in the documentation for cases where the appAccountToken for a transaction is not set.
Prerequisite 1: The logged-in user ID is specified as appUserId during SDK initialization.
Prerequisite 2: Transfer Behavior is set to Transfer to new App User ID.
Question 1. In this scenario, is it correct that the purchase history associated with the anonymous user will be re-linked to the `Custom App User ID` registered during initialization via the “transfer” process?
Question 2. Is the “transfer” handled automatically by the RevenueCat SDK or the backend? Or do I need to manually restore the purchase data?
Question 3. Is the Anonymous User App ID correct UUID format for appAccountToken field of transaction?
Question 4. To set the Custom App User ID, I’m initializing the SDK at login. Is this approach appropriate?
