Questions tagged [windows-dev-center]

Windows dev center handles all developer/owner administration of Windows applications. This is not to be confused with managing installed applications on ones Windows installation.

Mark your question with this tag if it is related to the administration of your Windows application.

All Windows and Windows Phone developer accounts has been moved to Windows dev center as of July 6th 2015. Windows dev center can be found at https://dev.windows.com/

As of Windows10 all applications will be "Windows applications" but since previous accounts also moved here this tag can be used for OS specific applications as well, ranging from Windows Phone 7 to Windows 8.1 apps as well.

114 questions
1
vote
0 answers

Beta Testing in Windows Dev Center

I'm very, very new to Windows Dev Center, and I'm hoping someone will be able to clear some things up for me. There is an app already within the Store and I want to submit a new version of the app after beta testing. From what I have researched, you…
Humpy
  • 2,004
  • 2
  • 22
  • 45
1
vote
0 answers

System-level crash in Windows Phone 8.1 app

It is a new feature in the Windows Dev Center to filter crashes by whether they are "System-level crash". If I select "True", there are a lot more crashes. Can you tell me what is a "System-level crash"?
WPMed
  • 1,414
  • 1
  • 13
  • 25
1
vote
1 answer

Failure log from Dev Center

Recently I’ve release my Windows 10 UWP application in store . Last week I released a new update in store ,after a week I receive lots of mail from users about a bug in my app.(Pages that want to connect to database can't open and they crash) Funny…
1
vote
1 answer

How to find Windows Phone 8.1 store link in new Windows Dev Center before publishing?

I am going to publish a new Windows Phone 8.1 application using the new Windows Dev Center and I would like to know the Windows Phone 8.1 store link before publishing the application. In the old Windows Phone Dev Center I was able to "guess" it…
0
votes
1 answer

How to create a new app in windows developer center

Create a new app Not show in Windows Developer Center I am Making a Windows Universal App in visual studio 2022 in this application get push notification Microsoft azure push notification Microsoft azure to follow this documentation Azure…
0
votes
1 answer

Datastax DevCenter Application launching with an error "An error occured , see the log file null"

I am using DevCenter of Datastax to connect CassandraDB for few months. Today suddenly it started throwing an error "An error occured , see the log file null" while launching the tool/app, but actually no error/error log file saved for reference. I…
0
votes
0 answers

Reserve a UDP ports in Windows by C++

I have confused about UDP port reservation by using C++ function. I'm new for network programming. I have been tring to reserve UDP ports for my own experiment. My target is to reserve around 500 ports for my application. I followed this guidance…
0
votes
1 answer

MSFT Store App: The Failure name is reported as 'Unknown'. Need Advice

On MSFT Store we are having App Crash (as seen in image). The Failure name is reported as 'Unknown'. The description hit says "Failure names that include !unknown mean that symbols weren’t present". So my question is how to include symbols in…
Neha
  • 319
  • 1
  • 7
0
votes
1 answer

How to remove app license information of apps downloaded from Microsoft store?

We have created an app in Microsoft store. When we download an app, we get a license "Full License". Uninstalling an app, does not remove license. so my question is where is these license info stored and how to remove it. Why i am asking this…
Neha
  • 319
  • 1
  • 7
0
votes
0 answers

Microsoft Dev Center APIs returning 403

I'm trying to consume dev center APIs but getting empty response for Get all apps endpoint even though i have couple of apps and few submissions each in partner center. I have followed all the prerequisites as outlined in this article…
Venkata Dorisala
  • 4,783
  • 7
  • 49
  • 90
0
votes
1 answer

Ordinary Err from fsevents when trying to install VueJs project

Ordinary Err from fsevents when trying to install VueJs project. I'm using windows 10 as a development platform I have tried several alternatives without success. npm install --no-optional (Does not work) npm install -f (Does not work) In this case,…
marcelo.delta
  • 2,730
  • 5
  • 36
  • 71
0
votes
1 answer

How to sign MSIX package with certificate that accepted on Windows Dev Center

I'm trying to publish an app to Windows Store using Azure Pipelines, the problem is the self-signed certificate is not accepted on the store, while I can publish the package using Visual Studio. How can I make it work. - task: VSBuild@1 inputs: …
0
votes
0 answers

Rewriting a Powershell line for another script

There is this existing PS snippet that works as intended: $creds = New-Object -TypeName System.Management.Automation.PSCredential ("USERID", (new-object System.Security.SecureString)); $FullVM | Where-Object {$_.runtime.powerState -eq "PoweredOn"} |…
pilipeet
  • 47
  • 6
0
votes
0 answers

what are the steps for republish the UWP app once again from my local machine?

One year ago I was published the UWP into windows store but suddenly Microsoft had changed the policies, that's why my app became unpublished from store by Microsoft. They were sent failed report which is having message like “App Policies: 10.1.4…
Pradeep
  • 5,101
  • 14
  • 68
  • 140
0
votes
1 answer

Connect to Outlook COM with Outlook 2016 Microsoft Store

I'm using the standard COM API of Outlook. It works perfectly well. But since the release of Outlook 2016 in the Microsoft Store version, the COM is not accessible anymore. Do you know any way to access it ?
Louka
  • 152
  • 10