How to prevent users from updating the app in play store?

Viewed 32

I just released an update for my upp, however, it crashes the app immedietly, how do I prevent current users from updating while my (hopefully) fix-update is pending?

1 Answers

You can use one of these two packages to notify your users that there is a new version:

I hope this will help you

Related