Migration Windows Store App based on 8.1. does it has backward compatibility with 8?

耗尽温柔 提交于 2019-11-27 07:01:50

问题


As you know Microsoft Build conference is running on this week.

I hardly find whether 8.1 based store app has backward compatibility with 8 based app or not.

If I upgrade my Store App (what if I make update on preview period) to 8.1 based template, does it run on Windows 8 without problem? Or, do I need to treat some special cases? I already know that Snapped ViewState was removed.

If there's no problem, please link relative article on answer. I could not find it.


回答1:


No, once you migrate an app to Windows 8.1 Preview, the minimum OS version in the manifest will be set to 6.3.0 which will only allow it to run on 8.1. Windows 8 apps, on the other hand, will run on both 8 and 8.1.

There are more migration issues than the view state matters. See //build 2013 talk http://channel9.msdn.com/Events/Build/2013/3-077 for the details.



来源:https://stackoverflow.com/questions/17378498/migration-windows-store-app-based-on-8-1-does-it-has-backward-compatibility-wit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!