Click here to Skip to main content
15,880,364 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I read this blog:
http://blogs.msdn.com/b/astebner/archive/2012/09/29/10354437.aspx?CommentPosted=true#commentmessage[^]

which says that XNA can be used to create apps for windows phone store, but in another msdn article, it says that You can’t create new XNA Framework apps that target Windows Phone OS 8.0. Below is the link:

http://msdn.microsoft.com/en-US/library/windowsphone/develop/jj207003%28v=vs.105%29.aspx[^]

These are two contradictory statements for me. I want to build a game for Nokia Lumia 920, Kindly correct me if I can still use XNA for Win phone 8.
Thank you.
Posted

1 solution

Yes, you can use XNA in Windows Phone 8. Open Visual Studio, File > New Project, and choose Windows Phone as your template category. You'll see this:

[Screenshot]

However, the MSDN article IS correct. If you want a full XNA solution, you're going to need to target the Windows Phone 7.1 framework. This app will still perform like you expect on Windows Phone 8 devices.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900