2

I have made a game(simple one, does not use xna).

I want that when installed it should appear in the games (xbox) section in windows phone 7/8.

How to do this?

Any help would be highly appreciated.

aclap
  • 404
  • 5
  • 13
  • 1
    possible duplicate of [Application deploys to Windows Phone 7 apps rather than xbox live](http://stackoverflow.com/questions/4357820/application-deploys-to-windows-phone-7-apps-rather-than-xbox-live) – tc. Mar 09 '13 at 00:32
  • There is an answer here than matches that other question, it is unclear whether this is what the OP meant in their question. – Paul Annetts Mar 09 '13 at 08:58

2 Answers2

0

Set the Genre attribute of the App element in your game's manifest to "Apps.Game" and your game will show up in the Games Hub.

Rich Turner
  • 10,800
  • 1
  • 51
  • 68
0

Only approved developers can make games that appear in the Xbox sub-section of the Games Hub.

For example see comments on this Channel 9 post which talks about Xbox live for Windows 8. (The comments refer to WP7 however).

Paul Annetts
  • 9,554
  • 1
  • 27
  • 43