What programming languages can one use to develop iPhone, iPod Touch and iPad (iOS) applications?

前端 未结 10 2075
我在风中等你
我在风中等你 2020-12-08 12:45

What programming languages can one use to develop iPhone, iPod Touch and iPad (iOS) applications?

Also are there plans in the future to expand the amount of programm

10条回答
  •  无人及你
    2020-12-08 13:11

    Only Objective-C is allowed by now... but since a few months ago you are allowed to write scripts that will be interpreted in your application.

    So you may be able to write a LUA interpreter or a Python interpreter, then write some part of your application in this scripting language. If you want your application accepted on the App Store, these scripts have to be bundled with the application (your application cannot download it from the Internet for example)

    see new app store rules

提交回复
热议问题