How to notify user if update is available?
Hi, I have made a game on Android and I want to notify the users using an outdated version of the game and ask them to update to the latest version. Is this possible in Unity? If yes then which plugin or any other way should I use? Thanks.
Answer by Landern · Nov 11, 2016 at 02:55 PM
Maintain some script/application on the internet that has your newest version for your published platform game. Use Application.version to compare the current application version vs the results from that call. Notify with on screen dialog.
Answer by Melon24 · May 14, 2018 at 03:43 AM
can you share script with us if u know how to access text file which contain new version of our game and compare with our running version ,its check every time when we start to play game , if new version available then it throw to play store for update new one.