Can I develop iPhone applications with Java?

I accidentally hit the ad as follows: http://monotouch.net/DownloadTrial?ref=so1 . Then I start to wonder if we have an equivalent thing in Java.

From my point of view, goal c is the only language that people use to develop applications for the iPhone. It's true?

+4
source share
3 answers

This project is there . Interestingly. It may be possible, but the most recent version of the Developer Agreement will actually prohibit the use of tools such as monotouch:

3.3.1 Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine, and only code written in C, C++, and Objective-C may compile and directly link against the Documented API.

+4
source

I don't know any solutions like Java, but either way, learning Objective-C and Apple's recommended way of doing this is the best investment. Apple is very interested in not writing iPhone applications to anyone using anything other than their tools, and they just put their position a little stronger on them. Here's an article with more details.

+1
source

No, iPhone does not support Java, and Apple will not allow you to create a virtual machine for your application. There may be tools to help you convert Java code to Objective-C, C, or C ++, but then I would recommend teaching or using one of those who is raft, and then take a chance.

+1
source

Source: https://habr.com/ru/post/1306440/


All Articles