Hello guys, im working on apps that use flutter
My apps got rejected like this
The issues we previously identified still need your attention.
Guideline 2.1 - Performance - App Completeness
We continued to discover one or more bugs in your app. Specifically, subscription was still not restored after purchasing. Please review the details below and complete the next steps.
Steps to reproduce:
1. Launched app
2. Purchased subscription
3. Uninstalled and reinstalled app
4. Tapped “Restore Purchase”
5. Nothing happened
My code is like this
PurchaserInfo restoredInfo = await Purchases.restoreTransactions();appData.isPro = restoredInfo.entitlements.allr"premium_member"]!.isActive;
im already tested on real device iphone and ipad all working fine with this build, but the app reviewer said that the button Restore Purchase not working. How do i can fix this? I’m already follow the reviewer step but still cannot reproduce the error because the button worked as it should do.