Are windows phone 7 apps compatible on windows phone 8 devices?

前端 未结 2 1742
孤独总比滥情好
孤独总比滥情好 2020-12-03 17:41

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 w

相关标签:
2条回答
  • 2020-12-03 17:57

    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

    0 讨论(0)
  • 2020-12-03 17:58

    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.

    0 讨论(0)
提交回复
热议问题