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

杀马特。学长 韩版系。学妹 提交于 2019-12-01 00:05:46

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!