windows-phone-store

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

五迷三道 提交于 2019-12-19 04:09:17
问题 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? 回答1: I'm having the same problem, which I just solved. WP8.1 Silverlight application may not be packaged with

How to install Windows Phone 8.1 app in other phones in the simplest way?

允我心安 提交于 2019-12-11 03:15:15
问题 I have developed a Windows phone 8.1 app. Now I want to distribute it to others. I have done Create App Packages in Visual Studio, and it passed all the certification tests. So I have the .appx file, but I am not able to install it in other Windows phones. Its showing this error: Can't install this company app: There is a problem with this company app. Contact your company's support person for help. I have googled and found out that there is two ways of distributing the app: 1) Mobile Device

How to use correct regional format (date & time) of Windows Phone 8.1

牧云@^-^@ 提交于 2019-12-11 02:53:58
问题 In WP8.1 region settings, one can set a country/region and a regional format. In my case I have United States as the country/region and German (Germany) as the regional format because of Cortana. However, the time picker as well as the date picker use 12hrs AM/PM format and the US date format mm-dd-yyyy. I can't find any property which tells me the regional format that's visible in the settings dialog of WP8.1. Is there any localization/globalization feature of Windows Phone Store apps, that

Wrong version number submitted to Windows Phone Store. Is it possible to correct this?

余生颓废 提交于 2019-12-10 04:22:59
问题 I deployed an app to the Windows Phone Store and the version number that got deployed is different than the version in the app manifest. The version that got deployed is something like 2014.MMDD.ABC.XYZ It should have been 1.0.0.0. Why was the version number changed, and is it possible to change it to what it should be? 回答1: According to this thread this is expected behaviour for app bundle packages. Rob writes: This is expected behavior for app bundle packages. They are always versioned

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

杀马特。学长 韩版系。学妹 提交于 2019-12-01 00:05:46
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? 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