It seems Titanium doesn't fire "resumed" event at launch. My guess is that "applicationDidBecomeActive:" is used by Titanium to fire "resumed" event. If that's true, why isn't "resumed" fired at launch? In Apple's documentation, "applicationDidBecomeActive:" is called on launch as well. Does Titanium do this purposely?
Based on #1, I assumed Titanium doesn't fire "paused" event when app is launched directly into the background, although "applicationDidEnterBackground:" is called. True?
In Apple's documentation there is a way to determine whether app is launched into the foreground or the background. How can I do this in Titanium?
Thanks.