Hi, I have a flutter app without auth.
On Android some users that have changed their devices or reinitialized their device, complains that when they hit the restorePurchase button in the app, nothing is restored.
But they are on the same google account with valid proof of purchase, receipts, that they emailed me.
The transfer to the new app user id, is not happening it seems when we call the
await Purchases.restorePurchases()
My account setting is configured on “Transfer to new App User IDs”
I have updated to the last version of the sdk, and it’s the same. Restore purchase isn’t working anymore.
Could you please tell why and how to fix this ?
Thanks