Microsoft Launches Open Source Tool To Help iOS Developers Port Their Apps To Windows

At its Build developer conference earlier this year, Microsoft announced that it would soon release tools that would make it easier for iOS and Android developers to take their existing code and port their apps to Windows. The Android version of this, officially named Windows Bridge for Android, is now in private beta. The iOS version, however — previously known under the codename “Project Islandwood” — is entering its first public preview today.

The code for the Windows Bridge for iOS is now available as an open-source project under the MIT license on GitHub.

Microsoft stresses that this is still very much a work-in-progress and some of the promised features are now available yet or are still very buggy. Still, Microsoft expects the final version to land in the fall to coincide with the launch of the first update to Visual Studio 2015.
Compiling_Objective-C_Using_the_Visual_Studio_2015_C___Code_Generation_that_Builds_Windows__SQL___Net__and_Office___Build_2015___Channel_9

Using the bridge, developers will be able to port their iOS apps to both Windows 8.1 and Windows 10. Right now, they can only target the standard X86 and X64 architectures, but soon, the compiler will also support ARM (and with that, mobile devices).

So how does all of this work? As Salmaan Ahmed, the product manager on the Windows Bridge for iOS team, writes today the general idea behind the project is to “enable iOS developers to create Windows apps using [their] existing Objective-C code and skills.”

He stresses that the team decided to go with a bridge approach over a straight-up port. “Our goal with the iOS bridge has never been simply to run iOS apps on Windows,” he writes. “Rather, our goal is to help you write great Windows apps that use as much of your existing code and knowledge as possible.”

Compiling_Objective-C_Using_the_Visual_Studio_2015_C___Code_Generation_that_Builds_Windows__SQL___Net__and_Office___Build_2015___Channel_9

To do this, the bridge consists of four components: the Objective-C compiler, Objective-C runtime, iOS API headers and libraries, and integration with Visual Studio (so you can import your Xcode projects right into Visual Studio 2015).

You can find all of the gory technical details of how this will work here and there’s a lot more info in this video from Build. One thing worth stressing, though, is that Microsoft wants to give developers the ability to use all of the regular Windows APIs from their Objective-C code and that the iOS and Windows APIs should be able to work together.

It’s no secret that Microsoft has had a hard time convincing iOS and Android developers to also port their applications to Windows. By giving them the ability to recycle much of their code, many developers may now give Windows another look.

For now, Microsoft’s mobile platform still remains a distant third in most of the world. But thanks to Microsoft’s new focus on a single platform with apps that run on both the desktop and mobile, the market for these ports is suddenly much bigger than the Windows Phone market (though to make a mobile app worthwhile on the desktop may take a bit more work than just porting the mobile experience).