Skip to content

Publishing UWP apps to the store fails certification #4223

@bruno-garcia

Description

@bruno-garcia

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:

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions