How to target both windows phone 8 and 7.5

My app is ready and is too simple, just a panorama and some pivots, nothing specific to windows phone 8.

Before sending it I want to make sure that it will work on WP8 and also WP OS 7.1. I saw in the documentations that if we target 7.1 it will work on 8 too, but at the first I have choosed targeting windows 8 and now seems I can't change it in the App properties.

  • How can I know if it will work on OS 7.1 properly? ( I have not access to emulator, just a WP8 device)
  • How can I make it to work on both systems?

  • just a panorama and some pivots, nothing specific to windows phone 8.

    Panorama and Pivot are specific to WP8, as the implementation of the controls were completely changed to have better performance on WP8.

    So your code won't be compatible with 7.1 at all. So unless you want to write a WP7 app and let it run on WP8 with worse performance than a WP8 app, you cannot have a shared UI codebase.

    For libraries, I'll recommend using Portable Class Librarie


    Your 7.1 app will work fine on Windows Phone 8 without any additional modifications.

    I believe you meant that you have access to the emulator only and not a device , otherwise it would be really easy to check how the app behaves on Windows Phone 8 hardware.

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

    上一篇: 目标WP7和WP8.1(将8.0设备获得WP7应用程序)?

    下一篇: 如何定位Windows Phone 8和7.5