Search Unity

Unity 2018.3 Uwp App Il2cpp Backend Certification Failed

Discussion in 'Windows' started by skyrusfxg, Apr 13, 2019.

  1. skyrusfxg

    skyrusfxg

    Joined:
    Jan 14, 2016
    Posts:
    127
    Hello. I have Unity 2018.3 UWP App il2cpp backend app. Run to check appx with the Windows Cert Kit. And it failed with errors:

    ... clrcompression.dll failed AppContainerCheck (it has unsupported API)
    ... clrjit.dll failed AppContainerCheck (it has unsupported API)

    what should i do to correct this?

    .Net scripting backend: Visual Studio Project Settings has checkbox "Compile with Native Toolchain..." (something like that) correcting errors of this type, but i have "C" project at output of Unity Build il2cpp backend . What should i do?
     
    Last edited: Apr 14, 2019
  2. timke

    timke

    Joined:
    Nov 30, 2017
    Posts:
    407
  3. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,675
    It sounds like you are referencing some C# DLLs or components from the generated C++ project. Is that right? If so, then that's the same issue we were discussing in the thread timke linked.