Are windows phone 7 apps compatible on windows pho

2019-01-12 02:57发布

very straight forward question. My company has developed a windows phone 7 app and have been testing it on a windows phone 7 device. Can we safely assume that the same app will be backwards compatible and work seamlessly on a windows phone 8 device such as a Nokia Lumia 920?

Thanks in advance!

2条回答
来,给爷笑一个
2楼-- · 2019-01-12 03:03

Yes it will work. But it won't take advantage of all the WP8 features like a real WP8 app would. I'd suggest that you create a copy of the project and update it to WP8 for a better performence. Also replace any listboxes with LongListSelectors for example.

查看更多
Deceive 欺骗
3楼-- · 2019-01-12 03:13

In most scenarios it should just work, but you should check this list of known breaking changes and you should also test your app on new devices thoroughly, just in case.
For example FMRadio class is no longer working on WP8 and there are other similar issues:
App platform compatibility for Windows Phone

查看更多
登录 后发表回答