Skip to content

Publishing UWP apps to the store fails certification #4223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bruno-garcia opened this issue May 27, 2025 · 0 comments
Open

Publishing UWP apps to the store fails certification #4223

bruno-garcia opened this issue May 27, 2025 · 0 comments

Comments

@bruno-garcia
Copy link
Member

Came up from zendesk

You can reproduce the issue by simple following these steps:

Create from visual studio a "Blank App (Universal Windows)" project (keywords: c#, xaml, windows, UWP, Desktop)
2.
Add your Sentry 5.8.0 (latest version) library from NuGet to that project
3.
Configure the Sentry library at the start of the application as shown on your documentation (https://docs.sentry.io/platforms/dotnet/configuration/options/)
4.
Publish the UWP application in release mode and go through the Windows App Certification Kit process

Once you finish all these steps you will see the error as shown on the first screenshot that I sent. (Issue with the user32.dll library).

We broke it in this change:

790e40d

With:

Windows App Certification Kit Error in their UWP app.
The supported APIs test detected the following errors:

  • API GetForegroundWindow in user32.dll is not supported for this application type. Customer.UWP.dll calls this API.
  • API GetWindowThreadProcessId in user32.dll is not supported for this application type. Customer.UWP.dll calls this API.

Relates to:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant