windows-store

Desktop App Converter -PackageName E_MANIFEST_USE_DEFAULT_VALUE_FAILED

≡放荡痞女 提交于 2019-12-02 09:32:51
I am trying to convert my app to an appx using Desktop App Converter. I am trying to use my Package/Identity/Name from the Microsoft store dashboard in the form of -PackageName "1234Myapp.Andthistoo". Desktop App Converter will not take it.It keeps coming back with a write error. From my searches I have been under the impression that the -PackageName category can not start with a number and it can not contain a period which my Package/Identity/Name contains both. It fails with this message: DesktopAppConverter : error 'E_MANIFEST_SET_PROPERTY_FAILED': Property 'Package.Identity.Name' in

How to get expiration date for a trial license for an app published in the Windows 10 Store using Windows.Services.Store namespace?

雨燕双飞 提交于 2019-12-02 06:39:20
问题 I have a converted Win32 app that is posted in the Windows 10 Store under a trial license. I am using a C++/WRT version of this code to retrieve app license info, but for some reason the ExpirationDate member of IStoreAppLicense is always returned as 9999-12-31 00:00:00 . Any idea why? Here's the full JSON that I'm getting from the Store for my app: { "productAddOns":[], "productId":"edited-out", "skuId":"0011", "isActive":true, "isTrial":true, "isTrialOwnedByThisUser":false, "expiration":

How to get expiration date for a trial license for an app published in the Windows 10 Store using Windows.Services.Store namespace?

不打扰是莪最后的温柔 提交于 2019-12-02 05:06:25
I have a converted Win32 app that is posted in the Windows 10 Store under a trial license . I am using a C++/WRT version of this code to retrieve app license info, but for some reason the ExpirationDate member of IStoreAppLicense is always returned as 9999-12-31 00:00:00 . Any idea why? Here's the full JSON that I'm getting from the Store for my app: { "productAddOns":[], "productId":"edited-out", "skuId":"0011", "isActive":true, "isTrial":true, "isTrialOwnedByThisUser":false, "expiration":"9999-12-31 00:00:00" } 来源: https://stackoverflow.com/questions/40201201/how-to-get-expiration-date-for-a

Can an APPX Windows Store Package contain multiple “applications”?

泄露秘密 提交于 2019-12-02 02:47:12
I'm trying to understand the appxmanifest file for APPX packages better. I noticed it has an <Applications> tag followed by a single <Application> tag for every example I've seen. It would appear though that multiple "applications" can be included in the Manifest. What would this actually even mean though? Is this actually possible or was Microsoft just thinking about forward compatibility when designing the AppxManifest schema? The manifest does define this as a possibility, and with hand editing, it is possible to do this. However, you won't pass store certification for this I believe.

Dependency on .Net Native

纵然是瞬间 提交于 2019-12-02 00:55:14
问题 I got the following certification error when submitting to the app store. [My App Name] takes a dependency on Microsoft .Net Native Runtime Package 1.x framework but is missing the framework dependency declaration in the manifest. [My App Name] takes a dependency on Microsoft .Net Native Framework Package 1.x framework but is missing the framework dependency declaration in the manifest. How does one provide this dependency in the appxmanifest? What's the syntax? I have this currently:

Error when uploading UWP app to Windows Store: Failed to merge PRI file \\Resources_split.scale-100.pri

你。 提交于 2019-12-01 22:24:05
I am uploading a latest version of my app to the Windows store but my app is throwing the error: Package acceptance validation error: We encountered a fatal error while parsing the package MyApp.UWP_2.33.0.0_x86_x64_ARM_AppStore.appxbundle: Failed to merge PRI file D:\data\Temp\69b5c2ab-3419-4197-839c-2ef13d218413\Resources_split.scale-100.pri: 80070490. Try again or upload a new package. I do not understand where to even begin to look to fix this error. has anyone else seen this error or have any inclin to what it may be? This is also throwing a similar error when running on The Windows App

Dependency on .Net Native

大城市里の小女人 提交于 2019-12-01 21:33:37
I got the following certification error when submitting to the app store. [My App Name] takes a dependency on Microsoft .Net Native Runtime Package 1.x framework but is missing the framework dependency declaration in the manifest. [My App Name] takes a dependency on Microsoft .Net Native Framework Package 1.x framework but is missing the framework dependency declaration in the manifest. How does one provide this dependency in the appxmanifest? What's the syntax? I have this currently: <Dependencies> <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0"

StorageFolder.CreateFileAsync crashes when called from App.OnSuspending

倖福魔咒の 提交于 2019-12-01 18:16:39
My Win RT application which has worked with VS2012RC on a Windows 8 beta, has now with the final versions of visual studio and windows 8 pro the problem, that creating/opening a file within OnSuspending only works if I set a debugger-breakpoint to the file creation method. private void OnSuspending(object sender, SuspendingEventArgs e){ var deferral = e.SuspendingOperation.GetDeferral(); if (null != m_document) Save(); deferral.Complete(); } async void Save(){ var folder = KnownFolders.DocumentsLibrary; var file = await folder.CreateFileAsync(GetFileName(),Windows.Storage

StorageFolder.CreateFileAsync crashes when called from App.OnSuspending

江枫思渺然 提交于 2019-12-01 17:11:16
问题 My Win RT application which has worked with VS2012RC on a Windows 8 beta, has now with the final versions of visual studio and windows 8 pro the problem, that creating/opening a file within OnSuspending only works if I set a debugger-breakpoint to the file creation method. private void OnSuspending(object sender, SuspendingEventArgs e){ var deferral = e.SuspendingOperation.GetDeferral(); if (null != m_document) Save(); deferral.Complete(); } async void Save(){ var folder = KnownFolders

how to deploy metro app to windows rt device WITHOUT STORE [closed]

旧街凉风 提交于 2019-12-01 10:37:00
I developped a metro app and its for my company only. so I'm not going to upload it to windows store. I want to use my app on Windows RT devices (over 400). I tried to open appx with powershell but powershell needs developer license How can I deploy my app to rt devices ? Therefore you need Windows 8 Enterprise, which enables you, to "sideload" an App directly on your devices http://blogs.technet.com/b/scd-odtsp/archive/2012/09/27/windows-8-sideloading-requirements.aspx You must enable the Allow all trusted applications to install Group Policy setting You must activate the sideloading product