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
20
votes
5 answers

UWP app -Invalid package family name, after update certificate

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 when I upload the package to the store, I get the…
FetFrumos
  • 5,388
  • 8
  • 60
  • 98
5
votes
1 answer

Windows 10 UWP Application - Error whilst creating package

I currently have a windows phone 8.1 application in the store and have decided to upgrade it to windows 10 UWP. I've created a new version of the app from scratch using VS 2015 3 RC and used the options in the project menu to associate the app with…
5
votes
2 answers

Transparent tile but colored icon for the Windows Store

I want to have transparent square tile for my app, but in the Store it should have green background behind same icon. Is there any way to achieve that? In 8.1 we had (still have) 300x300 "App tile icon" which is used for the Store I believe, but now…
5
votes
2 answers

See total downloads of app in Windows Dev Center

I'm trying to see the total amount of downloads of my app in Windows Dev Center but can only choose last 30 days or 3 months for instant report. I can't click the "Historical" selection in the following image. The most intuitive way would be to go…
Magnus Karlsson
  • 3,549
  • 3
  • 31
  • 57
4
votes
1 answer

How to create toolbar tool on taskbar in windows 10 using c#

I want to create a simple internet speed meter that displays speed right on top of the taskbar using windows toolbar feature on the taskbar but I don't know how to do so in C# or any other language. Please let me know how to do so. Toolbar in…
Bhadrik
  • 43
  • 7
4
votes
5 answers

How to get Windows app store dev center data

I want to know if there is a way to get details of applications posted by a developer in the windows phone store. I'm looking for mainly these details: app downloads, app crash count, user reviews, user ratings. I have a developer account and want…
3
votes
0 answers

Loading DLL in Enclave fails with ERROR_INVALID_IMAGE_HASH

On Windows 10 64-bit Build 1809 with VBS enabled, kernelbase.LoadEnclaveImageA() on a VBS enclave fails with error code ERROR_INVALID_IMAGE_HASH (0x241). The DLL being loaded is built with the linker flag /integritycheck and is signed with a test…
kerneldev
  • 31
  • 1
3
votes
1 answer

Lots of "Unknown" crashes in Dev center

Just been looking at the Microsoft developer center and I checked the "Health" of a recently released application. Unfortunately it's not a nice sight with around 800 crashes in the last 30 days. What's even worse is 95% of these crashes are marked…
jsmyth886
  • 531
  • 7
  • 15
3
votes
1 answer

How to get a storage file from camera roll in windows phone 8.1

How can I create a Windows.Storage.StorageFile from a picture in Camera Roll for windows phone 8.1? I have tried the follwing:- try{ Windows.Storage.StorageFolder folder = Windows.Storage.KnownFolders.CameraRoll; Windows.Storage.StorageFile…
Sajib Biswas
  • 103
  • 7
3
votes
1 answer

How to fix Timeout_expired crashes in Windows Phone 81 app?

I am getting a lot of crashes in failure report on my Dev Center account…
2
votes
1 answer

Cassanda cql issue : "Batch too large","code":8704

I am getting the below error in select query. {"error":{"name":"ResponseError","info":"Represents an error message from the server","message":"Batch too large","code":8704,"coordinator":"10.29.96.106:9042"}}
2
votes
1 answer

How to submit new app updates in the published app in Partner Center / Microsoft Store?

I have an MSI installer to submit it in the Partner Center or Microsoft store. I converted my MSI installer into MSIX package format using the MSIX packaging tool. I had already an idea of how to publish my app in the MS store using this reference:…
2
votes
1 answer

UWP .appxupload error while uploading to the Windows store

I'm uploading a new .appxupload file to the Windows Store web portal and it gives error as shown in the screenshot: I've followed all these steps and my account is associated with developer account. I've ran Windows App Certification Kit and…
2
votes
1 answer

Updating a UWP app, in Kiosk Mode, delivered by the Windows Store

I would like to write a UWP app that is hosted in the Windows Store for Business, so allowing me to push out updates to all our PCs running the app. I would also like the app run as a Kiosk app, I think it's referred to as "Assigned access method".…
Slicc
  • 3,217
  • 7
  • 35
  • 70
2
votes
1 answer

UWP AdControl not working

Ad control working fine when i use test Id, test ads are displayed, but control empty when i try to set values from my deshboard for a real ad. Ad mediator is enabled. Here is my xaml:
Roxy Cole
  • 23
  • 3
1
2 3 4 5 6 7 8