Reputation: 366
I have published an app on Google Play Store, but because the first version has a bug in an API call, i want to force all people that have installed the app to update it, so the problem will fix. How can i do that?
Upvotes: 1
Views: 2339
Reputation: 12900
You cannot.
What you can do to prevent this in the future, is to implement In-App updates. This will allow you to prompt the user to update. Or just to remind them an update is available. Unfortunately, that will not help you now.
Good luck
Upvotes: 4