-
Notifications
You must be signed in to change notification settings - Fork 711
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
__CxxFrameHandler4 API is causing Microsoft Store certification failure, thus blocking all app store updates #1446
Comments
@jevansaks when you marked this as |
That's for me, thanks! I was following up with the WACK team and they told me that this is a regression that the Store is hoping to fix this week. Hopefully you can just use the older WinUI version while you wait? I don't know if it's worth releasing a nuget package with a workaround if it should be fixed that soon. |
No, don't worry about releasing another package with a workaround since this issue is only affecting the prerelease package. Is there somewhere I can track the progress of that WACK bug? |
Let's just use this issue -- I'll post back here when I hear that it's fixed. |
Sounds good. I appreciate your help with this. |
This issue should be resolved now. Can you try re-submitting to the store? |
Thank you for the update! I'll try re-submitting today or tomorrow |
Oh and just to clarify, the locally run WACK will continue to fail until the fix is incorporated into the Insider SDK. But the store submissions should be unblocked. |
@dpaulino ,I still have this issue when updated. |
@hippieZhou Are you seeing the error in the local Windows App Certification Kit (WACK) tool or are you seeing the error from the Dev Centre Portal after submitting your app package? If you are seeing the error in the local WACK tool, then you can ignore the error. The WACK tool does not have the bugfix, but the Dev Centre Portal DOES have the bugfix. |
@dpaoliello ,thanks for your help. I'm trying to submit it to the Dev Center. |
This still fails in the WACK 10.0.18362.1 |
I think the fix is only in the insider SDK, not the 18362 SDK. Sorry, I don't have any more info at the moment. Is this blocking your CI pipelines or store submissions? |
Just wondering, This issue has been open since late 2019. There have been several updates to VS2019 since then but the WACK is still at 10.0.18362.1 |
@MikeHillberg @Austin-Lamb do you know the answer or can you route @solomonfried 's question ? |
Greetings @solomonfried Kevin |
How can I submit to the store if WACK failed? There is no "Submit" button on it... |
If you build the package for store upload, you can skip running the WACK tests, and then just submit the |
I still get this error, any updates? @DiverseTGM have you resolved the issue? -- Eddy |
I'm also seeing the issue. Seems it's been around for about a year now. Any ETA on fix for WACK tool? So workaround is build without certifying and upload package manually to dev portal? |
@KevinLaMS FYI |
Describe the bug
All UWP apps submitted to the Microsoft Store must pass certification. There seems to be a bug in the WinUI library that is causing all UWP apps that use WinUI to fail Store certification due to an unsupported API. Here is a certification report that I received from the Store team (and I also reproduced this report locally on my machine using the Windows App Certification Kit):

Steps to reproduce the bug
Steps to reproduce the behavior:
UnsupportedApiTest (Universal Windows)
Expected behavior
There should be no error related to unsupported APIs
Screenshots
See above
Version Info
NuGet package version:
2.3.191007001-prerelease
Additional context
2.3.190910001-prerelease does not have this same problem.
The text was updated successfully, but these errors were encountered: