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
0
votes
1 answer

PickSaveFileAndContinue: UnauthorizedAccessException on Windows 10 mobile

I am using this code to let users to choose where to save a file: var fileSavePicker = new FileSavePicker(); fileSavePicker.FileTypeChoices.Add("Pdf", new List(){".pdf"}); fileSavePicker.SuggestedFileName =…
0
votes
0 answers

Cannot install Windows WDK on Windows 10

I am trying to install WDK and alternatively Windows Standalone Developmet Kit on two separate windows 10 PC's and it failes on both. The log says: "Hash mismath for path: C:\ProgramData\Package Cache.... It happened multiple times, even after…
rubmz
  • 1,947
  • 5
  • 27
  • 49
0
votes
1 answer

UWP Microsoft Ads in xbox

I am developing an app in UWP Platform and put some banners on this. I am using PC/Tablet key and 300x50 banner size. In PC I was check and it working ok. But I want to distribute the app in xbox too while I cant test with xbox. Anybody can confirm…
user3611168
  • 335
  • 1
  • 6
  • 27
0
votes
1 answer

Single app registration in Microsoft Account Developer Center / Application Registration Portal

I'd like to connect multiple UWP apps and have a single Mobile App in Azure that uses Authentication / Authorization using a Microsoft Account. It looks like you can only associate the Mobile App to a single app registered in the Microsoft Account…
0
votes
1 answer

How can I upload a certificate to windows dev center account settings?

I'm following this tutorial in order to setup an authenticated web service to send push notifications. I have signed in here into Dev Center. If I go to the Dashboard and then to Account settings I do not see a Certificates section where I can…
airimiea
  • 83
  • 1
  • 5
0
votes
1 answer

Windows Dev Center | App package stuck at 99.99%

Today I try to upload my UWP-Windows App, but the upload stuck every time at 99.99%. I already created new app packages but it stuck all the time. Also after I create a new App package and the Windows App Certification Kit runs, an error…
Dieter Müller
  • 111
  • 1
  • 13
0
votes
1 answer

IARC Rating in Windows Store for older apps

I have read the Age rating documentation, which reads, "The first time you submit an app (or the first time you update an app that was published using the older age rating process), you will be prompted to take a multiple-choice questionnaire to…
Mayur More
  • 951
  • 2
  • 15
  • 37
0
votes
2 answers

Can basic app-usage statistics be obtained without an Azure subscription?

Is there any way to enable app-usage statistics without an Azure account just like we get it for crash reports?
0
votes
2 answers

Windows phone store app source code lost : how to get the appx package from the dev center?

I uploaded a windows phone application on the windows store several months ago. Unfortunately, I've lost my source code (because of an hdd problem)! Did you guys find any way to download your appx package to try to decompile it ? (From the dev…
Adrien
  • 171
  • 1
  • 1
  • 9
0
votes
1 answer

Need help connected to datastax sandbox from windows 10 host running VirtualBox

Sandbox up and running in Virtual Box, bridged. My VM's IP is 192.168.14.200. I can connect to ops center from my windows host by going to http://192.168.14.200:8888, as well as from within the VM by browsing to http://127.0.0.1:8888. I can run…
Herb Stahl
  • 439
  • 1
  • 6
  • 23
0
votes
1 answer

Intel® XDK: set languages or custom option in AppxManifest

When I make a windows build, Intel® XDK create the AppxManifest.xml automatically and I need to include an language list resource. I don't see any option in XDK for define a language list or for include any data in AppxManifest.xml by hand. How can…
Arnau Castellví
  • 240
  • 2
  • 11
0
votes
1 answer

How to use the same Instrumentation Key in azure and dev center

Currently I have two Instrumentations Key, one in the Azure Application Insights, and another in the Windows Dev Center. My ApplicationInsights.config has the Azure key so I don't see analytics in the dev center. Is there anyway to change the…
0
votes
1 answer

Acquisition graph is not showing updated data in Windows Dev Center for windows phone app

In Windows Dev center App Overview area, Today is 7th Dec 2015 but in acquisitions graph its is showing data till 02 dec 2015. I am not understand why it is not reflecting till 07 dec 2015. I have checked with third party tool dashboard that 10…
0
votes
2 answers

How to add a User to DevCentre to Manage or View the Account

Is there a way to add a user to my DevCentre account so that they can view the reports, for example?
TheBlueSky
  • 5,526
  • 7
  • 35
  • 65
0
votes
1 answer

Where to find AppId in new Windows Dev Center

I'm unable to find AppId for any specific App, on new "Windows Dev Center" Dashboard. I need that AppId to add in my "WMAppManifest.xml" file in order to fetch all of my In-App Products (IAPs) from store for that specific App. I used to find that…