Can I publish iPhone / iPad apps using anything other than the Apple SDK?
Is is possible to use RealBasic/Java/Ruby or any other languag开发者_Python百科es 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.
Check MonoTouch - seems to be a good option
精彩评论