1

I've developed a windows phone app, with target version 7.1, what I want to know is that will this app work in windows phone with OS 8 or 8.1?

user3008134
  • 127
  • 2
  • 11

2 Answers2

2

Well, obviously an app targeting version 7 can run in 8 too, as the features available in windows OS 7 are present in windows phone 8 as well but there are many features specific to windows phone 8 or a windows 8 OS which cannot be enjoyed if the app is made in windows 7 OS. Like for an example XNA for windows phone 7 works well in windows phone 8 too but if you go looking at xna for windows phone 8 then you will find that xna comes with new add ons in wp8. Hence I would suggest you to make an updated solution or simultaneously make os specific projects

From the developers POV, I would suggest you to go through this link once.

A.K.
  • 3,321
  • 1
  • 15
  • 27
1

A quick answer to your question is YES. A app with target version 7.x would run in windows phone 8, but with certain limitations. But an app with target version 8 will not run in windows phone 7.

For further details look at this page

Aju
  • 796
  • 3
  • 10
  • 29