views:

828

answers:

5

Hi,

I'm still checking everything out.

I'm wondering what the limitations are if we develop the app using Titanium. What cannot be done using Titanium, for iPhone and for Android? What things can only be done using only the the native tools?

I heard that performance could be an issue. How bad is this going to be?

Thank you in advance. :)

A: 

The only missing feature I've found so far is that there's no access to the device's secure storage API (e.g. Keychain on iPhone). If you're looking to write something that accesses a web service (which lots of apps are), you'll probably want a safer way of storing creds than in the app's Properties.

Dave Gregory
+1  A: 

the keychain API is a good feature request. we can easily expose that in Titanium.

Titanium has a Module SDK for extending the platform and all Titanium APIs themselves use the same SDK.

We're hoping to have better documentation and training around the Module SDK here very soon. Right now, we do have a set of plug-ins as well for XCode to make it easy to build modules for Titanium. Eclipse based module SDK will be next for Android, Blackberry, etc.

jhaynie
That's not really an answer to the question.
Georg
sure, it's a comment to Dave's comment and I should have placed it accordingly.
jhaynie
A: 

Last I checked Alarm Manager was not available for the Android OS. I also found the Titanium compiler to be buggy and crash for arcane reasons.

Cirrostratus
+1  A: 

This answer is now incorrect - Apple have reverted this decision.

Well, one potential problem with using Itanium is that, according to the new Apple developer agreement, you cannot develop for the iPhone using anything other than C, C++ or Objective C. Specifically you cannot use any third party tool to develop a native application. For more information see these sites for some more details, or google for "apple iphone third party compiler".

Here is a statement from the CEO of Appcelerator about the announcement and what it might mean. Long story short, at the moment no-one seems to know. Definitely out is the old Flash→iPhone compiler from Adobe, but some people believe that there are shades of grey in the middle.

Paul Wagland
remember that this only applies for the coming OS4 (June 22nd) not previous versions as today Apple accepts it, and only in the `Developer Program` (through AppStore) and not the `Enterprise Program` that let you deploy your app without the AppStore.
balexandre
@balexandre - absolutely, however given that this is for a new development, it would be remiss not to mention this, admittedly potential, downside.
Paul Wagland
+1  A: 

Hey guys, some good news. Titanium seems to be in the clear now.

http://developer.appcelerator.com/blog/2010/09/in-the-clear-apple-opens-up-ios-to-all-developers.html

Steven de Salas
that's old news... as it happens more than a week ago :)
balexandre