Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我写了一个 Windows 手机游戏,目前我正在查看 MSDN 上的清单。而且由于它是一款游戏,我希望它出现在游戏中心蚂蚁而不是应用程序列表中。在商店中发布时我只需要将其设置为“游戏”还是我也可以编写一些代码来存档?
您需要Genre="apps.games"在 WMAppManifest.xml 文件中而不是Genre="apps.normal"在<App>元素中进行设置。
Genre="apps.games"
Genre="apps.normal"
<App>
首先在您自己的设备上试用!
您只需在发布应用程序时将类别设置为“游戏”。它将自动出现在游戏中心。