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
0 answers

Getting "The value you provided is not valid (./screenshot.png)." on importing store listing csv file in Windows Store

I'm trying to import the store listing .csv file to the Windows Store, during the submission process. I'm always getting the same error: The value you provided is not valid (./screen.png) I'm uploading through the folder upload option Store…
0
votes
0 answers

Windows Dev Center - Windows 8.1 Package won't let me remove old appxupload

I'm trying to update an app for windows 8.1. I've updated this many times before with no issue, but now when I upload a new package and remove the old one, it saves fine and it seems to work fine but in the Submission view, the 'Packages' row keeps…
TKoL
  • 13,158
  • 3
  • 39
  • 73
0
votes
1 answer

Windows App Store Package Flights not sending to Group

I am trying to get a package flight to a client using the Microsoft Developer Portal. According to the dev portal they should have access to it but nothing is available to update when they go to the Microsoft Store. • The dev portal is showing that…
0
votes
1 answer

UWP: How to increase the price for an Add-on in Microsoft Store

I was trying to increase the base price for a subscription Addon that I have in my UWP application and I wasn't able to do that. In the dropdown list my selected price is the last one and I can't select anything higher. I tried also to use a…
0
votes
2 answers

Windows Dev Center App Name Change

I have an old Windows Phone app that I have update to a new Xamarin Forms UWP app. I want the users who have the old version of the app with the old name to automatically get the new version of the app with the new name. Any suggestions on how to…
George M Ceaser Jr
  • 1,497
  • 3
  • 23
  • 52
0
votes
1 answer

Is it possible to remove touch screen requirement from UWP app?

I published a Windows 10 app in Store, and I am using the default appxmanifest file. Problem is - on the app store page Touch is listed in System Requirements/Minimum, which can mislead users (especially on desktops): the app does not require touch,…
LOST
  • 2,956
  • 3
  • 25
  • 40
0
votes
0 answers

Apache thrift compiler build error by Visual Studio 2010

I'm building Apache thrift compiler on Windows 7 using Visual Studio 2010. I got build error as shown below: I can't find the file thriftl.cc in all folder or any sub-folders. Below is my thrift folder. Could anyone help me? The whole error is : …
Wason
  • 1,341
  • 1
  • 13
  • 26
0
votes
1 answer

UWP App - Certification Report: Disapproved

I have an application for Windows 10 (UWP App) available in the Windows Store for over 6 months and have never had any problems. I have already released more than 15 updates and I did not have any problems. Last week I released a new update, only…
0
votes
1 answer

New UI of Dev Center, where find option "Authenticating your service"?

I'm looking for button "Authenticating your service" via this tutorial, and I can't find something similar on Microsoft Dev Center. I want to get a "client secret", where I can find it on Dev Center?
0
votes
0 answers

MPNS Windows Phone configuration

I'm developing notification on Windows Phone using IBM MobileFirst + Cordova. I have a developer account on Microsoft Dev Center and I viewed probably all tutorials from Microsoft site and I'm confused. What steps I need to do right now to configure…
0
votes
2 answers

Microsoft Ads on uwp app

I've implemented Microsoft ads on my uwp app, but it always shows same ads such as below: Here are the codes for implementation. void MainWindow::showAd() { auto adControl = ref new AdControl(); // Set the application id and ad unit…
Michael Lee
  • 135
  • 1
  • 11
0
votes
1 answer

Where can I register for WNS in Windows Developer Center

I want to know how to enable Windows Notification Services for UWP apps.
Rian Finnegan
  • 192
  • 1
  • 8
0
votes
0 answers

Using JDBC parameters with instsrv.exe and servany.exe

I have a java application that has been running as a service forever using servant.exe. Recently I made some changes that required adding some parameters, specifically: -cp .;"C:\Program Files\Microsoft JDBC Driver 6.2 for SQL…
0
votes
1 answer

Windows Store experiments clarification

Have couple questions about how works Windows Store experiments: Preinstalled apps. No signing with ms account. No internet connection. Which data expected in this case for user? The local default data(see example) or default data that point at…