How do I create an application that works on both the Windows 7 Phone and IPhone?

后端 未结 6 516
面向向阳花
面向向阳花 2021-01-15 21:27

It is clear that Mono Touch is part of the solution as it allows C# code to run on the IPhone, however Mono Touch wraps the IPhone API so does not provide a common API.

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-15 22:11

    Mobile platforms are far from being versatile and act in singularity, Chances are high they'll end up with holistic war much like browsers of today. If I were you, then I'd straight away take a decision to write two separate apps. Even if you get to write some apps using Mono, tomorrow you'll surely have issues with features compatibility commonly or distinctively supported on both phone platforms.

    Bottom line is if you wish to leverage from the platform stick to the native platform SDK and tools.

提交回复
热议问题