Search code examples
windows-storewin-universal-appwindows-dev-center

The installation of Windows Universal app ends with 0x80070002 error code


Windows Universal passes the certification in Dev Center, but installation in Store app ends with 0x80070002 error code. What can cause it?


Solution

  • If the App Package passes the certification in Dev Center it does not mean Store installs it on every Windows device. The installation may fail by 0x80070002 error. This means that some App Package component is missing. This may be caused by missing asset, like Splash Screen image in some scale. Visual Studio will not let you know that mandatory asset is missing and Dev Center omits this check.