如何将Windows Phone 8.1 Silverlight应用发布到Windows Phone商店?

如何将Windows Phone 8.1 Silverlight应用发布到Windows Phone商店?

问题描述:

我创建了Windows Phone 8.1 Silverlight应用程序,但无法将其上传到WP存储中.我想在Visual Studio 2013 Professional中使用Create App Packages工具,但是对于Silverlight应用程序来说是不可能的.我在 dev.windows.com 上阅读了许多指南.只需要上传.appx.appxbundle.appxupload文件,但是我只有Bin\ARM\Release文件夹中有.xap文件.有人可以帮我吗?

I created Windows Phone 8.1 Silverlight app, and I can't to upload it into WP store. I want to use Create App Packages tool in Visual Studio 2013 Professional, but it's impossible for Silverlight apps. I read many guides on dev.windows.com. It's necessary to upload only .appx, .appxbundle or .appxupload files, but I have .xap file only in Bin\ARM\Release folder. May anyone help me?

我遇到了同样的问题,我刚刚解决了这个问题. WP8.1 Silverlight应用程序可能没有与创建应用程序包"工具打包在一起,因此您必须手动执行一些操作.

I'm having the same problem, which I just solved. WP8.1 Silverlight application may not be packaged with the "Create App Packages" tool, so you have to perform several operations manually.

该过程在msdn上进行了描述(

The process is described on msdn (https://msdn.microsoft.com/en-us/library/windows/apps/dn655122%28v=vs.105%29.aspx) - First you have to start the submission of the app on your msdn dashboard. - From here, you'll get some informations, such as reserved application name, and several IDs that you have to edit into both WMAppManifest.xml and Package.appxmanifest - Then you can deploy your app (or run the emulator for release) - This last step will create the package you can upload.