How to publish Windows Phone 8.1 Silverlight app to Windows Phone store?

前端 未结 1 1525
北恋
北恋 2021-01-06 12:57

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,

相关标签:
1条回答
  • 2021-01-06 13:22

    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.

    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.

    0 讨论(0)
提交回复
热议问题