I have an app made in Flutter that is running on Android and using subscriptions. The most basic things are working. But this is not:
User have an active subscription and then cancels the subscription.
I wait for more than ten minutes. I restart the app.
Still PurchaserInfo says willRenew is true and unsubscribeDetectedAt is null.
What can be done to get the updated information?