Before November 2020, an Android app on Google Play has to manage 'Account Hold' status.
https://developer.android.com/distribute/play-policies
Question is: how to simulate 'Account Hold' status so that I can check that my app manages properly this status ?
It is not mentioned in the doc as far as I can see: https://developer.android.com/google/play/billing/test
Thanks.
What we've found today:
This On Hold state only lasts for about 5mins before reverting to Canceled. So if you want to test how your app reacts to users fixing their card problem, make sure you Update your payment method to Test Card, Always Approves within that time window or you'll need to start over.