Hello great Kodulars I have an app on Play store I have used two methods which I thought they could work but unfortunately none of them worked for me.
See the app is on play store and it needs updates but the methods I have used they are not forcing or calling the popup dialog. Here are the blocks for the common suggested method. I at first I used this method when it failed i deleted it and used the second method
Store the newest version code in a database, then when the user opens the app, check if newest version code > current version code on the device. If yes, redirect them to update.
Finaly I have got a best solution by using Firebase here are the blocks how I set them and I can change the version code through Firebase and force the app to get updates.