Windows phone app target version

我开发了一个Windows Phone应用程序目标版本为7.1 ,我想知道的是,这个应用程序可以在OS 8或8.1的 windows phone中使用吗?


A quick answer to your question is YES . A app with target version 7.x would run in windows phone 8, but with certain limitations. But an app with target version 8 will not run in windows phone 7.

For further details look at this page


Well, obviously an app targeting version 7 can run in 8 too, as the features available in windows OS 7 are present in windows phone 8 as well but there are many features specific to windows phone 8 or a windows 8 OS which cannot be enjoyed if the app is made in windows 7 OS. Like for an example XNA for windows phone 7 works well in windows phone 8 too but if you go looking at xna for windows phone 8 then you will find that xna comes with new add ons in wp8. Hence I would suggest you to make an updated solution or simultaneously make os specific projects

From the developers POV, I would suggest you to go through this link once.

链接地址: http://www.djcxy.com/p/17204.html

上一篇: Javascript node.js ORM跟随数据

下一篇: Windows手机应用程序目标版本