windows-store Questions

5

Solved

I created app for uwp (win 10 desktop). I could not build package for store. I received an error: it is necessary to update the certificate. I have updated certificate and build my package. But whe...

3

I am trying to use Visual Studio 2012 Express to sign my appx file for a windows store app, but get the following error: SignTool Error: The specified algorithm cannot be used or is invalid I am...
Proconsulate asked 2/9, 2014 at 20:17

4

Is there any way to automate package build for windows store? (I use jenkins on my build server) I'd like to prepare package for Windows Store without user interaction on a build server. Email veri...
Chilpancingo asked 19/11, 2015 at 3:41

3

We have created a Windows Store app and are running into error code(s) 2003 and 1201 while trying to submit the app to the store. Apparently these errors are not documented in the documentation and...
Freed asked 19/5, 2018 at 10:14

3

I submitted a PWA to the Microsoft Store and got the following notes on my submission: 10.8.5 Your app or app metadata includes links that promote installation or purchase of software outside ...

15

Solved

I keep hitting this problem when I try to debug my Windows 8 apps and there is a copy already installed on another user account: DEP0700 : Registration of the app failed. Another user has alread...

1

Getting the following test failure while running Windows App Certification Kit 10.0: Platform version launch Error Found: The high OS version validation detected the following errors: Cannot lau...

3

Solved

I'd like to know something about Windows Store and APPX package internals. The package.appxmanifest has an <Identity> element that has a package name, publisher and version attributes, for ex...

1

My electron-react project which I have open sourced here : windows-terminal-tweaker After running npm run release from the renderer folder , it builds the app in the renderer/dist directory. The di...

2

I'm trying to learn how to retrieve the Microsoft Store ID key. For this, I followed the examples provided by Microsoft in Windows Universal Samples. I tried to use the Business to Business scenari...
Successful asked 27/11, 2017 at 18:2

1

Solved

I'm trying to certify my UWP application for the Windows Store and I'm getting a message that several methods in uwphost.dll aren't compatible with the store. API ExecuteAssembly in uwphost.dll is...

1

I've been trying to programmatically uninstall a Windows Store App (iTunes).I used below commands : Remove-AppxPackage -Package AppleInc.iTunes_12092.6.37131.0_x64__nzyj5cx40ttqa and as admin ...
Demented asked 10/12, 2018 at 14:29

2

Solved

I have a Xamarin.Forms app on Android, iOS, and UWP that's already published to all relevant app stores. It's written in C#, but a new feature was recently implemented partly in F#. This means I ca...
Strop asked 29/9, 2017 at 7:4

1

Solved

I am using Desktop Bridge with a c# Winforms application to make a package to publish to the store. If I make my package locally using Desktop Bridge then I can upload it to the windows store succ...

1

Solved

I have a DLL and I need to call it using LoadLibrary("func1.dll"). The full path of func1.dll is omitted from LoadLibrary because I have to set the PATH variable to the place where func1.dll reside...
Nolte asked 27/10, 2018 at 19:31

3

Solved

I am having this error in Visual Studio 2015 when try to create app package for the store for a windows universal applicaiton: Manifest references file 'MyAppName.dll' which is not part of the p...

1

Solved

I have a Java 9 app that I'm trying to package for the Windows Store. The strange thing is that it works as expected when I run the exe-launcher directly, but I get the following strange error when...
Minny asked 24/10, 2017 at 19:21

1

Solved

I have a UWP app. I'm using Visual Studio 2017 15.4.1. The UWP app is a store app and has been deployed to the Microsoft Store. My app was working fine in the store, and it was also working fine wh...
Carbuncle asked 23/10, 2017 at 1:53

1

Solved

I've written up an in app purchase system, built on Windows.Services.Store Now I wish to make sure my users get what they pay for. In the older API, I could simulate purchases. How can I get each...
Hendershot asked 19/9, 2017 at 8:51

4

Solved

I try this: PlayMusic = new MediaElement(); PlayMusic.AudioCategory = Windows.UI.Xaml.Media.AudioCategory.Media; PlayMusic.Source = new Uri(@"C:\Users\UserName\Desktop\C:\Users\user\Desktop\Kill ...
Odont asked 15/9, 2015 at 18:9

2

Solved

I wrote a Delphi application which contains a single EXE file. How can I publish it to Windows Store?
Monster asked 18/11, 2015 at 22:31

2

Solved

I was given the task of removing bloatware from a brand-new Acer laptop. My (and the laptop owner's) definition of bloatware includes all pre-installed Apps and the Winstore itself. You may disagre...
Souffle asked 27/4, 2015 at 7:29

4

Solved

I have a program that is written in Java and is wrapped by an installer. It requires Java 1.7. If I run the certification with "Windows App Certification" it passes with one warning for the case Ja...
Papageno asked 1/10, 2012 at 8:13

2

I have an older application that I've converted using Microsoft's "Desktop App Converter" to create a UWP application. The application appears to convert fine, and I can install and run it on my lo...
Mezereum asked 21/6, 2016 at 17:4

2

Solved

I am trying to build a package for Release on ARM CPU. When I built it with "Compile with .NET Native tool chain" checked, the package failed to build and threw me an error which states error : IL...
Dexterdexterity asked 17/3, 2016 at 4:56

© 2022 - 2024 — McMap. All rights reserved.