On 4 April 2011 21:56, Giacomo Piva <[email protected]> wrote:

<snip>

> The main problem with iPhone development is the "closure" to third-part 
> frameworks and library also (for what I can understand at the moment) the 
> only way to develop an iPhone native client application is using HTTP 
> Protocol isn't it? do you think it is possible to develop a client using the 
> HTTP protocol and not the Python or Java client library?

You're right that it'd be difficult (perhaps impossible) to get Python
or Java code into an app on the App Store.

However, you're not restricted to HTTP networking; you can write C
code that reaches right down to the BSD sockets API if you want.

Chris

Reply via email to