I'm testing the in_app_purchase plugin for Flutter (https://github.com/flutter/plugins/tree/master/packages/in_app_purchase).
I've setup an Auto-Renewable Subscription, and was successfully able to purchase is using my sandbox user account (on an actual device).
The problem is that unlike what is described here (Testing Subscription: https://medium.com/swift-india/auto-renewable-subscriptions-for-ios-3a4068f11acd), the subscription doesn't seem to expire. I've waited for more than 2 hours, terminated the app, uninstalled and re-installed it - but when I call queryPastPurchases I always get 1 or more PurchaseDetails object...
How can I get a subscription to expire - so I can further test it?