简体   繁体   中英

Windows Phone 8 Functionality Into Windows Phone 7

如果我使用Visual Studio 2012 RC为Windows Phone 8编写应用程序,我想知道我是否可以在Windows Phone 7上安装并运行相同的应用程序?

No, there is no back-compatibility. You could do it the other way round, though, and write a WP7 app that would run on WP8

It is not possible to build for WP8 and deploy to both WP7 and WP8.

It is possible to build for WP7 and deploy to both WP7 and WP8.

The best solution is to code carefully, and clearly separate out your use of WP8-specific APIs.

You could then have two projects, one for WP7 that you build using WP7 tools, and one for WP8, that you build using WP8 tools. Linked files in visual studio would be a good way of achieving this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM