Run Windows 10 Universal Apps on Windows 8.1

后端 未结 2 1337
深忆病人
深忆病人 2020-11-27 18:27

Is it possible to run a windows 10 universal app on windows 8.1? I searched a lot, but I didn\'t find a clear answer on MSDN etc.

Thanks.

2条回答
  •  隐瞒了意图╮
    2020-11-27 19:04

    The answer would be no. For further clarifications, best to post on the forum: https://social.msdn.microsoft.com/Forums/windowsapps/en-US/home?forum=wpdevelop

    Windows 10 introduces several new APIs and concepts (such as API contracts) that are not available on Windows 8.1. An app that relies on such new APIs and concepts cannot run on Windows 8.1. Additionally the app-model and a lot of packaging machinery for Windows 10 Universal apps is very different from Windows 8.1. Apps built with such new information cannot be successfully understood by Windows 8.1 for deployment. Also, Store will not make the Windows 10 apps available for download on Windows 8.1

提交回复
热议问题