Tips on how to notify a user of new features in your game
        Posted  
        
            by 
                brent777
            
        on Game Development
        
        See other posts from Game Development
        
            or by brent777
        
        
        
        Published on 2014-06-07T20:32:57Z
        Indexed on 
            2014/06/10
            9:45 UTC
        
        
        Read the original article
        Hit count: 331
        
android
|google-play
I have noticed a problem when releasing new features for a game that I wrote for Android and published on Google Play Store. Because my game is "stage-based" - and not a game like Hay Day, for example, where users will just go into the game every day since it can't really be finished - my users are not aware of new features that I release for the game.
For example, if I publish a new version of my game and it contains a couple new stages, most of their devices will just auto-update the game and they don't even notice this and think to check out what's new. So this is why an approach like popping open a dialog that showcases the new feature(s) when they open the game for the first time after the update was done is not really sufficient.
I am looking for some tips on an approach that will draw my users back into the game and then they could read more detail about new features on such a dialog. I was thinking of something like a notification that tells them to check out the new features after an update is done but I am not sure if this is a good idea. Any suggestions to help me solve this problem would be awesome.
© Game Development or respective owner