windows-store-apps

Is there a way to distribute windows store app privately without sideloading

99封情书 提交于 2021-02-10 23:47:58
问题 I went through Windows Store App and distribution models. I want to distribute my application privately (not want to publish it in store). But Sideloading does not seems to be option either as it is very expensive ($3000). Is there a license or way for this? Windows Phone Store seems to hiding app from store listing. Is that available for Store Apps? Thanks in Advance 回答1: You have two options: Use Windows Side-loading though volume license agreements (then sideloading only costs you $100 for

Is there a way to distribute windows store app privately without sideloading

自闭症网瘾萝莉.ら 提交于 2021-02-10 23:46:45
问题 I went through Windows Store App and distribution models. I want to distribute my application privately (not want to publish it in store). But Sideloading does not seems to be option either as it is very expensive ($3000). Is there a license or way for this? Windows Phone Store seems to hiding app from store listing. Is that available for Store Apps? Thanks in Advance 回答1: You have two options: Use Windows Side-loading though volume license agreements (then sideloading only costs you $100 for

Is there a way to distribute windows store app privately without sideloading

蹲街弑〆低调 提交于 2021-02-10 23:45:58
问题 I went through Windows Store App and distribution models. I want to distribute my application privately (not want to publish it in store). But Sideloading does not seems to be option either as it is very expensive ($3000). Is there a license or way for this? Windows Phone Store seems to hiding app from store listing. Is that available for Store Apps? Thanks in Advance 回答1: You have two options: Use Windows Side-loading though volume license agreements (then sideloading only costs you $100 for

UnauthorizedAccessException on writing XML to a file

北战南征 提交于 2021-02-10 16:32:02
问题 I am trying to work with some Data Binding in a Windows 8 Store App. In my project I have a Folder which I called Data . In this there's one file, Names.xml The xml looks like this: <?xml version="1.0" encoding="utf-8" ?> <names> <name>TestName1</name> </names> I can read from this file, using this method: public async void readFromXML() { var _Folder = Windows.ApplicationModel.Package.Current.InstalledLocation; _Folder = await _Folder.GetFolderAsync("Data"); var _File = await _Folder

Desktop Bridge Window Store Application fails. Local Installation works

一曲冷凌霜 提交于 2021-02-08 06:48:53
问题 I have a Desktop Bridge application which launches a UWP window from the menu (Select Help > Contents to launch the UWP Window). The local installation ( AppPackages\appName_Test\appName_x86_bundle.msixbundle ) works fine. I've uploaded AppPackages\appName_x86_bundle.msixupload to the Microsoft Store but the store version fails to launch the window. The window opens for a couple of seconds and then shuts down. Debugging the installed store version I get the following exception: Exception

Windows 10 universal app - Run in fullscreen mode by default

孤街醉人 提交于 2021-02-07 11:58:19
问题 I have application with target windows 8.1 and when I run this application on Windows 10, it is run in small window by default. Because it is primary tablet application I need it to run in full-screen mode by default. Is it possible to set it somewhere in Visual Studio or in some config of the application? 回答1: To launch application in full screen mode, try setting ApplicationView.PreferredLaunchWindowingMode as early as in App.xaml.cs 's constructor public App() { ApplicationView

From Qt UI app to Windows 10 Store app

跟風遠走 提交于 2021-02-06 14:00:57
问题 I have a Qt (5.6) UI application, and I convert it to Visual Studio project using qmake -tp vc MyProject.pro CONFIG+=windeployqt When I open the vcxproj in Visual Studio, I build successfully and can debug the app, but I don't have the option to upload the app to the Windows Store (Project->Store->Create/upload App Packages), because the Project menu doesn't contain Store submenu. How can I upload my app to the Windows Store? 回答1: You should have at least Visual Studio 2015 installed (with

From Qt UI app to Windows 10 Store app

淺唱寂寞╮ 提交于 2021-02-06 14:00:53
问题 I have a Qt (5.6) UI application, and I convert it to Visual Studio project using qmake -tp vc MyProject.pro CONFIG+=windeployqt When I open the vcxproj in Visual Studio, I build successfully and can debug the app, but I don't have the option to upload the app to the Windows Store (Project->Store->Create/upload App Packages), because the Project menu doesn't contain Store submenu. How can I upload my app to the Windows Store? 回答1: You should have at least Visual Studio 2015 installed (with

How do I reuse VisualState, VisualStateGroup and VsualStateManager in shared resource?

落花浮王杯 提交于 2021-02-06 09:32:06
问题 I created many buttons that it use the same VisualStateManager, VisualStateGroup and VisualState in my Windows Phone project. Then, I want to reuse all of them as the shared resources as the other type of an element such as margin, colors etc. But I found only the way to reuse storyboard that it would be better if I can reuse all of the VisualState. Is there solution of the reusable VisualState? 回答1: The solution I found I tested on Windows 10 UWP app, I have tested several options like

How do I reuse VisualState, VisualStateGroup and VsualStateManager in shared resource?

我的未来我决定 提交于 2021-02-06 09:31:50
问题 I created many buttons that it use the same VisualStateManager, VisualStateGroup and VisualState in my Windows Phone project. Then, I want to reuse all of them as the shared resources as the other type of an element such as margin, colors etc. But I found only the way to reuse storyboard that it would be better if I can reuse all of the VisualState. Is there solution of the reusable VisualState? 回答1: The solution I found I tested on Windows 10 UWP app, I have tested several options like