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 How to cancel a Background Audio Task in C#
- how to Enumerate local fonts in silverlight 4
- Free Silverlight mapping with Bing maps and OpenSt
- windows phone 8.1 music library get current media
- Listview applies a check to other listview items h
相关文章
- Show flyout using BottomAppBar
- New Windows Application - What language?
- relative url in wcf service binding
- Embedded images not showing when in a UserControl
- Silverlight 4: How can I convert bmp byte array to
- Silverlight DataTemplate Memory Leak
- Silverlight - Paramterised resource values for Int
- RIA Authentication from a Web Services project
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.