I was wondering which approach is best for forcing users to update my android application.
Should I just ask my server if there is a new version in the main activity and if there is just prompt a message and call System.exit(0);
or is there is a nicer approach to this? Is it possible to check the playstore for new update? Or is this behavior of forcing update a bad practice? even if the update is important (that would make some features not work in old versions)?
Thanks