Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone app using .NET development environment?

Tags:

iphone

How could I create iPhone applications using the .NET development environment?

like image 414
Anon Avatar asked Nov 16 '08 18:11

Anon


People also ask

Can you make iPhone apps with C#?

You can build native apps for Android, iOS, and Windows by using C# or F# (Visual Basic is not supported at this time). To get started, install Visual Studio, select the Mobile Development with . NET option in the installer.

Can .NET be used for mobile apps?

NET is a developer platform made up of tools, programming languages, and libraries for building many different types of applications. Xamarin extends the . NET developer platform with tools and libraries specifically for building apps for Android, iOS, tvOS, watchOS, macOS, and Windows.

Does .NET run on iOS?

NET is nowadays a development-platform running across many OS-platforms such as Windows, Linux, Mac and even iOS and Android through Xamarin which is also .

Is C# used for iOS development?

C# offers developers the ability to build native iOS and Android mobile apps without learning a new programming language. Learn more about What Can C# Do For You.


1 Answers

The Mono team are working on 'static compilation' which allows mono apps to be run on a non-jailbroken iPhone. In short this works by running a cross-compiling JIT step as part of the build process to generate a native exe.

There was a demo of this at the PDC ... see Miguel de Icaza's blog.

like image 55
Rob Walker Avatar answered Oct 18 '22 01:10

Rob Walker