Hello,
My app has 2 plans: yearly and lifetime.
I’m trying to understand what happens when:
1. First a user buys the yearly one,
2. Then the user buys the lifetime one.
Will the yearly one be canceled automatically in each platform: Android and iOS?
Flutter - buying yearly and lifetime packages at the same time
Hi
When a user changes their subscription, it will trigger a product change. On iOS, the change will be handled automatically and the user’s access and any refunds will be handled as well: our docs, Apple’s docs. On Android, you’ll need to pass the upgradeInfo object to either purchaseProduct or purchasePackage; see more here in our docs.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.