How can I port a MonoGame Windows Phone 8 game to iOS?
- by Homer_Simpson
I downloaded the trial version of Xamarin Studio and installed it on my iMac. In addition, I installed Xcode on my iMac so that I can use the iPhone emulators in Xamarin Studio. But I don't know how to use my MonoGame Windows Phone 8 source files in a Xamarin iPhone project.
How can I use my Windows Phone code in an iPhone project? Can I import all my existing classes(for example Game1.cs) in an iPhone project without changing something?
How can I port a MonoGame Windows Phone 8 game to iOS?