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

UWP Windows Store App listing says "Offers in-app purchases". But my app doesnt have any

I have uploaded my UWP application to the windows store. My app says the following: Offers in-app purchases Screenshot: But my app doesn't have any in-app purchases! I'm sure this is something I must have missed in the Package.appmanigest or in…
JKennedy
  • 18,150
  • 17
  • 114
  • 198
0
votes
1 answer

UWP Ad Controls are broken

I have a UWP app, published in store, here. The app hosts AdControl in some pages and the current version of the app has AdControl but I have no way of confirming if the app is working on other systems but it's not working on my laptop (Windows 10…
Ahmar
  • 740
  • 6
  • 26
0
votes
0 answers

EM_WATCHDOG_TIMEOUT Error + Windows Phone 8.1

Our windows phone 8.1 application have lots of daily crashes entry into DevCenter Crash report, there is no any stack trace and not find any solution for it.…
0
votes
1 answer

Ads ID - UWP (Windows 10)

I am develop an uwp app (Windows 10) with ads (banner). In Windows Dev Center have an option in ads section: Device Family: UWP (Windows 10). The id generated in this section Works in all uwp apps, in Windows 10 Desktop, Windows 10 Mobile and…
Fernando Sousa
  • 241
  • 1
  • 5
  • 12
0
votes
1 answer

Why am I still seeing installations for old versions of my app?

In the windows dev center, I am still seeing old versions of my app being installed - from the Analytics section. I assumed that when I upgrade the package in the store, that the old packages no longer become available. Or is that not the case? …
erotavlas
  • 4,274
  • 4
  • 45
  • 104
0
votes
2 answers

Windows Universal App - In App Purchases

I have been working (slowly) through the in app purchase example. I have created 2 in app purchases in the Store for my app. I have linked Visual Studio to that app. I finally have not got any errors when I enter the callback function from…
Rewind
  • 2,554
  • 3
  • 30
  • 56
0
votes
0 answers

Using House ads as backup with Microsoft AdControl (UWP)

AdMediator allows specify 0 weight (backup mode) for House Ads, in which case (as far as I understand it), house ads appear only if other ads are unavailable. In my place it happens so often, that it really makes sence to see something instead of…
cyanide
  • 3,885
  • 3
  • 25
  • 33
0
votes
1 answer

Impossible to update app package

I had an app studio app (windows 8.1) that recently was removed from the store because I failed to update the Age Ratings. Recently I requested that the app be reactivated in the store so I could submit an updated version with the Age ratings…
0
votes
1 answer

Handling IAP Fullfilment results for Windows 10 Store

When providing consumable In App Purchases on the Windows 10 Store, there are FullfillmentResults when ReportConsumableFullfillmentAsync is called. The user of my app has had their IAP fullfilled by the time I get this result. This means they have…
0
votes
2 answers

Device family availability checkboxes not selectable in Windows Dev Center

Any idea why I can't disable the "Windows 10 Mobile" checkbox? I want to make my app available only for Windows 10 Desktop.
0
votes
1 answer

White outline around advertising (UWP app)

I'm developing an application (UWP), and was finishing and placing advertising. When I test, a white outline appears: This is my code:
Fernando Sousa
  • 241
  • 1
  • 5
  • 12
0
votes
1 answer

Is there REST api to associate windows 8.1 app with the store

I am trying to associate app with the store without visual studio and this is to avoid manual updating of app id, publisher id etc.. in package.appxmaifest file (provided that I have developer account credentials I want to integrate this process in…
0
votes
1 answer

Update WinPhone silverlight app to Win Rt - import in app purchase

I have app(silverlight) for Windows Phone 8 and higher. I will update this app to Windows Phone 8.1 (RT). In WinRt in app purchase changed. How do I migrate purchases of user from the old version app(silverligth) to new version app(WinRt)?
0
votes
1 answer

App package for Hololens on dev center

I'm trying to upload an app but it was refused on the dev center for showing a problem due to dll's that can't be used. It claims to need the .NET native to be ticked. But when .NET native is set on, I get mismatch between the processor architecture…
Everts
  • 10,408
  • 2
  • 34
  • 45
0
votes
1 answer

Testing Windows store in-app purchases

Hello I am making a web service, which will validate windows store in-app purchases using a receipt from the app. I found this link in microsoft website https://msdn.microsoft.com/en-us/windows/uwp/monetize/use-receipts-to-verify-product-purchases…