I have a subscription with a free trial period and a reduced price period. According to the Developers site (https://developer.android.com/google/play/billing/billing_testing#testing-renewals) there is some waiting time when testing a subscription.
I'm using the lates billing library
com.android.billingclient:billing:2.0.3
I did the initial test with no issues, but now if I want to test the subscription again (with the same account), I don't get the free trial/reduce price option, just the regular subscription price.
Is there any way to reset the subscription (for testing only), so I can test the entire flow more than once?