3,064 questions with Developer technologies | Universal Windows Platform (UWP) tags
Publish Java application to Microsoft Store
Hello everyone, I want to know how to publish a Java application to Microsoft Store. Thank you very much.
Developer technologies | Universal Windows Platform (UWP)
How to install and use my HP Scanjet G2710 on Windows 11 operating system
I use a Windows 11 operating system but I am unable to install and use my HP Scanjet G2710. Please advise me on what to do.
Developer technologies | Universal Windows Platform (UWP)
Data transfer
I was copying my files 600 GB data one folder to external harddisk so it was copying about 90% but it cancelled by mistake. So can you please help how to restart my remaining copying files remaining 10% ...
Developer technologies | Universal Windows Platform (UWP)
[UWP] Gamepad navigation RB/LB is broken on ROG Ally Xbox
I am developer of UWP apps. UWP apps support gamepads natively well. But I noticed that gamepad support in UWP apps on Rog Ally Xbox is totally broken. For example RB makes 'A' press instead of navigation in Navigation View. On regular Windows 10 an 11…
Developer technologies | Universal Windows Platform (UWP)
Publishing our UWP app to the MS store
We have been able to publish our app in the past. Suddenly about 5 days ago, publishing stopped working; we get the following error when trying to publish from within VS. Help! Thank you!
Developer technologies | Universal Windows Platform (UWP)
On Screen Keyboard in Kiosk mode (UWP)
We have an UWP application running in fullscreen mode on Windows 10 in kiosk mode. It is installed using side loading. The hardware is a panel computer with a touch screen and no physical keyboard. 1) When running the application on the desktop using the…
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | Universal Windows Platform (UWP)
How to fix C# uwp packaging error
I encountered this error while packaging my C# UWP project. I've tried some methods, but none of them worked. Could you please help me resolve this issue? My visual studio version is 17.14.19. Compile error information: The…
Developer technologies | Universal Windows Platform (UWP)
where will i find the asl compiler executable
i have been led to believe that microsft provides an acpi asl compiler that may be part of the windows driver develpoment kit. dowloaded kit not able to find the program
Developer technologies | Universal Windows Platform (UWP)
I cannot associate the application with the store after publishing the project.
プロジェクトの公開でアプリケーションをストアと関連付けをする際に、アカウントがブロックされています。と表示されて関連付けすることができません。 パートナーセンターには問い合わせを行って、アカウントに問題はないと回答をいただいています。 どうすれば、予約済みのアプリを読み込んで関連付けすることができるでしょうか? または、関連付けせずに、ストアに公開する方法があれば教えてほしいです。
Developer technologies | Universal Windows Platform (UWP)
How to delete an address linked to a closed developer account?
I am no longer a developer. I want to delete an old address in my account's address book but it is linked to my old developer's account and will not allow me to delete it.. How can I delete this address from my account?
Developer technologies | Universal Windows Platform (UWP)
Why MS Store apps rank not updated since last month?
Hi MS Team, My Microsoft apps getting high downloads daily but its rank not updated on the MS Store. Why MS not updating apps rank. It was stopped since last month. When you will update app store apps ranks? Please try to update MS Store apps stats.…
Developer technologies | Universal Windows Platform (UWP)
URI for the settings page "Bluetooth & devices" missing
In the list of settings pages and URIs (linked below) there is no listing for the page "Bluetooth & devices". Both "ms-settings:bluetooth" and "ms-settings:connecteddevices" will open "Bluetooth & devices…
Developer technologies | Universal Windows Platform (UWP)
Windows BLE scanning interval issue
We are using the Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcher object on a UWP professional application to manage groups of bluetooth devices. Each device send an advertisement every 250ms so the scanning result of one device…
Developer technologies | Universal Windows Platform (UWP)
Random 0x80073D02 issue when trying to launch a provisioned MSIX app
I distribute a UWP app to a business company using an MSIX. App is provisioned using Add-AppxProvisionedPackage to be available for all users that log in. Randomly, when user try to launch app after log in, app does not start as expected. The only way to…
Developer technologies | Universal Windows Platform (UWP)
Why does Windows.Media.Audio.AudioGraph has inferior resampling quality compared to Windows.Media.Playback.MediaPlayer ?
I'm working on a modulated signal generator that uses audio render as output. So far I tested two methods of output from my application to hardware: Windows.Media.Playback.MediaPlayer Windows.Media.Audio.AudioGraph My generated input data encoding…
Developer technologies | .NET | Other
Developer technologies | Universal Windows Platform (UWP)
Dev Mode Activation Fails — Redirects to Partner Center, No Workspace Access
I signed the NDA and installed the Dev Mode Activation app on my Xbox. When I try to activate Dev Mode, I get “We can’t authorize your console.” The activation link https://aka.ms/activatexbox redirects to Partner Center or shows a 404. I can’t create a…
Developer technologies | Universal Windows Platform (UWP)
visual studio 2017 on windows 11 for iot core x86 uwp app development
Hi, I was using visual studio 2017 community on win 10 pro host m/c. I am learning uwp app development on windows 10 iot core x86 image running in virtual box. My development interest is only 32bit Embedded products only. Recently due to the resource…
Developer technologies | Visual Studio | Other
Developer technologies | Universal Windows Platform (UWP)
Support Needed: Error 0x800B0100 - App Package Must Be Digitally Signed
Hello Community, I'm currently facing an issue while creating a UWP package in Unity, and I keep encountering the error 0x800B0100. The error message states, "The app package must be digitally signed for signature validation." Here are the…
Developer technologies | Universal Windows Platform (UWP)
Occasional "System.Exception: OpenClipboard Failed (Exception from HRESULT: 0x800401D0)"
An app occasionally throws the following exception: System.Exception: OpenClipboard Failed (Exception from HRESULT: 0x800401D0) Stack Trace: at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at…
Developer technologies | Universal Windows Platform (UWP)
How to detect refunds or chargebacks for UWP consumable add-ons?
Hi, I'm integrating the consumable in-app purchase add-on into my UWP app published on the Microsoft Store. I want to know about refunds and chargebacks of the consumable add-on in order to manage purchases. The UWP documentation did not include any APIs…