I am new to Titanium studio. I was working in X-code before this. I have some questions to be asked. If my questions are cleared, then I would like to purchase a membership from Appcelerator for development. Please give me the details about the deployment of the apps in iPhone and android....
Please give me the full details in order to clarify my doubts.
Thanking You Sreekumar K U
The following is the answer I got from Kami on the Appcelerator Developer Center:
Its not entirely write once and run on both platforms, even tho titanium does a great job at making the same code work for both platforms. An iPhone just is not an Android. In most cases you will need to make seperate code sections for Android and iPhone. Which is not difficult to make. Just look at the titanium kitchensink project. This will learn you the basic with ease and shows you what titanium is capable of.
Also tweetanium, a twitter app made in titanium, is 1 app that works great on both iPhone and Android. Its an open source app so you could look into their code for examples.
There arent more steps to deploy or run on device. I havent gone to the studio version. But there will always remain an xcode project in the build folder. This you can open and then run on device or make an .ipa file the way you do it normally.
This one im still not 100% sure, but in the end you have an exacutable in Xcode and Java. Titanium compiles javascript code to their native code. If i recall on iPhone this was done on run time, but not so sure about that.
Correct me if im wrong somewhere, whole lot of info.