简体   繁体   中英

Can I publish iPhone / iPad apps using anything other than the Apple SDK?

Is is possible to use RealBasic/Java/Ruby or any other languages to publish to the iPhone/iPad, or am I locked into Apple's tools only? It would be good to see examples of where this has been done.

Something like http://rhomobile.com for Ruby maybe? For Html/Javascript you have Nimblekit, PhoneGap, Titanium etc. There are a growing number of frameworks out there now that offer similar features and capabilities.

Some time ago Apple removed restriction on usage of foreign tools. However, anyway you will need a gate to translate your language calls into native Obejctive C function calls.

检查MonoTouch - 似乎是一个不错的选择

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM