microsoft / MixedRealityToolkit

The MixedRealityToolkit is a collection of scripts and components intended to accelerate the development of mixed reality applications targeting Windows Mixed Reality.
MIT License
856 stars 276 forks source link

Windows App Certification Kit failed due to DotNetNativeWorkaround #237

Open dl4mmers opened 3 years ago

dl4mmers commented 3 years ago

We want to publish our HoloLens 2 MRTK Unity app to Windows Store, but Windows App Certification Kit fails with an error message of unsupported APIs used by DotNetNativeWorkaround.dll. We are using the DotNetNativeWorkaround to fix issues with no working hands/eyes when building a Master build with the .NET backend.

cert_kit_err

I have created this issue five months ago in MRTK-Unity repo, but unfortunately got no response at all. For more information, see this issue: https://github.com/microsoft/MixedRealityToolkit-Unity/issues/7922#issue-621651240

This issue is blocking us from releasing our HoloLens 2 App to Windows Store.