Search Issue Tracker
Won't Fix
Won't Fix in 2023.1.X
Votes
0
Found in
2020.3.36f1
2021.3.6f1
2022.1.8f1
2022.2.0a19
2023.1.0a2
Issue ID
UUM-7777
Regression
No
Supported APIs test errors when validating UWP app with Windows App Certification Kit
How to reproduce:
1. Create a new Unity project
2. Open File>Settings...
3. Switch Platform to UWP
4. Build the project
5. Open the built project's Visual Studio solution
6. Create App Packages for x86, x64, and ARM64 architectures with Release configuration
7. Validate the generated app bundle with Windows App Certification Kit
Expected results: Validation passed
Actual results: Supported APIs test failed
Reproducible wtih: 2020.3.36f1, 2021.3.6f1, 2022.1.8f1, 2022.2.0a19, 2023.1.0a2
Reproducible on: Windows 10
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Package signature validation unexpectedly return an invalid signature status if the validation check is done after the code signing certificate validaty range has passed
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
Resolution Note:
Release configuration isn't meant to go through certification and fails Windows App Certification Kit by design. Use the master configuration instead.
Resolution Note (2023.1.X):
Release configuration isn't meant to go through certification and fails Windows App Certification Kit by design. Use the master configuration instead.