积极答复者
上传到应用商店的Game,必须要有分级证书么? 怎么才能获得分级证书呢

问题
答案
-
是的,必须。参阅文档: http://msdn.microsoft.com/zh-CN/library/windows/apps/hh694070.aspx 获得关于分级的信息,How to, 参阅获取游戏分级证书和创建 GDF 文件
Bob Bao [MSFT]
MSDN Community Support | Feedback to us
- 已标记为答案 tdyx 2012年8月16日 3:48
全部回复
-
是的,必须。参阅文档: http://msdn.microsoft.com/zh-CN/library/windows/apps/hh694070.aspx 获得关于分级的信息,How to, 参阅获取游戏分级证书和创建 GDF 文件
Bob Bao [MSFT]
MSDN Community Support | Feedback to us
- 已标记为答案 tdyx 2012年8月16日 3:48
-
关于分级证书,需要到分级委员会那里获得,然后在提交的时候到 分级 页面提交你的证书。
http://msdn.microsoft.com/zh-CN/library/windows/apps/hh465153.aspx 关于创建GDF文件。
Bob Bao [MSFT]
MSDN Community Support | Feedback to us
-
-
-
- Switch to the Release configuration of the project, then Build and verify that your project builds with no errors or warnings.
- Copy the DLL just built to the source directory of your main game project.
- Add this DLL to your main game project in Visual Studio by right-clicking on the project and choosing the Add item under Existing Item.
- Edit the app manifest file for your project (typically named “package.appxmanifest”) to add a Game Explorer declaration. On the Declarations tab, click Game Explorer from the Available Declarations drop-down list, and then type the name of your ratings DLL.
- Build your project and verify that there are no errors or warnings.
不能部署
错误 0x80070716: 在安装 9751JurassicGame.CakeTower_1.0.0.11_x86__86388pse2xy00 程序包时,由于以下错误,系统无法注册 win
dows.gameExplorer 扩展: 找不到映像文件中指定的资源名。请问是为什么呢?
-
To http://social.msdn.microsoft.com/Forums/zh-CN/metroappzhcn/thread/fe3d9d8d-d440-4c9b-be6f-1061a516b77b
Bob Bao [MSFT]
MSDN Community Support | Feedback to us