Sambhaba Pani
Sambhaba Pani

Reputation: 67

Windows phone comnpatbility

How can I run my windows phone 8 application in windows phone 7? I have developed an app in windows phone 8 but when I want to run that app in windows phone 7 it is not running. Is there any way to make my app compatible

Upvotes: 0

Views: 55

Answers (2)

Omi
Omi

Reputation: 11

WP8 application can not be run on WP7. although you can run WP7 written code in WP8. So i would suggest you to rewrite your code using WP7 SDK that will be compatible for both platform.

Upvotes: 0

Martín
Martín

Reputation: 3125

If the application is written for WP8 you can't run it on WP7. On the other hand, if the application is written for WP7 you can run it on WP8.

If you need to run it on WP7 you must modify your code but there are a lot of improvements in WP8 that maybe you are using in your app but won't be available in your new compilation for WP7.

More information available in https://msdn.microsoft.com/library/windows/apps/jj206947(v=vs.105).aspx

Upvotes: 1

Related Questions