I have an application deployed on the play store. I need to do a critical update for all the customers but in the current version, I haven't implemented a private Webservice to do version control. Is there a way do force mass update, turning the previous version obsolete only utilizing resources of the Cordova/ionic/android/playstore environment?
My searches only pinpointed to create a Webservice consumption, like these: Force update of an Android app when a new version is available, but my current version spread to more than 5 thousand customers don't have this resource yet.
I need a way to do it in my actual environment and I'll do love to receive suggestions of how to accomplish that with the minimum interactivity of the customers, to assure the fastest spread possible.