When you create new application project for Windows Phone 7 after installation it will appear in applications list. But what if you’re creating a game and you’d like to have it in Games Hub instead?
Last weekend I downloaded simple time killing game for my nephew. Surprisingly it didn’t appear in Games Hub and this drive me to write this post
Each WP7 app belongs to one of genres: normal apps or games. Normal apps appear in applications list while games appear in Games Hub. And it has nothing to do with framework you use (Silverlight or XNA). Genre is specified in WMAppManifest.xml:
By default app has “apps.normal” genre:
Simply change it to “apps.games” and you’re done:
P.S.
Remember that on emulator app with genre “apps.games” will not be available for manual start as Games Hub is not available there.
Also if you mistype in genre name your application will be treated as apps.normal.


