Hi all,
I am in process of migrating from Glassfy and im running into a lot of issue as the Guide from August is a little bit outdated? and only for Apple.
I am on the last stage, redoing the code from glassfy in my actual app code and first line first problem.
For reference, flutter, android, google play store only
Purchases.configure(withAPIKey: "YOUR_API_KEY")
There is not such thing as withAPIKey? - Struggling with finding solution and close to just giving premium to all users and not bothering with migrating :(
I got something like this from glassfy email reply, which i understand sadly 0 :(
“
The app_user_id field, in your export, is empty because you don’t assign a Custom Identifier to the user: this should make migration easier.So if you want historical data you can server-side import into RC with an anonymous app_user_id.
When the user open the application for the first time with the RC SDK installed, a new random-id is automatically generated. To make sure that the two are merged, you can call the SDK method syncPurchases. You should ask confirmation of this to RevenueCat directly.Here you can find some useful reference:
https://www.revenuecat.com/docs/customers/user-ids
https://www.revenuecat.com/docs/getting-started/restoring-purchases
https://www.revenuecat.com/docs/migrating-to-revenuecat/migrating-existing-subscriptions
“
I don’t know where to start, where to continue, whether to follow migration guide or not.
Thank you for help!