How to check latest version when user open the game?

Hello everyone!
I have a question, about check lastest version when user open my game.

If I upload a new version, and user open my game, how to let user know "this game have a new version, please go to google play or app store to download the latest version." ?

Comments

  • Two.ETwo.E Member Posts: 599

    This is something that will need to be managed from a sever (backend).
    Luckily, App formative has services in which you can send messages or make certain things happen. I would expect this would fall into one of these categories.

    I would suggest checking them out, or getting in touch with @Hopscotch . I believe using a 3rd party service is the only option.

    Best,

  • HopscotchHopscotch Member, PRO Posts: 2,782

    Quite right @Two.E , thank you for pointing that out.

    @Weiyu you can use the free messaging function to always let the game know what the latest version is. In your logic you can then compare the installed game version with the current version and inform the user to upgrade,

  • WeiyuWeiyu Member Posts: 216

    @Two.E
    @Hopscotch

    Thank you for your answers.
    There are very useful. I appreciate your help. :D

Sign In or Register to comment.