I'm trying to get started with Phonegap.
I have added some code to applicationDidFinishLaunching but this doesn't seem to be getting called.
I've added breakpoints (log, continue) to each of the init and applicationDidFinishLaunching methods. This confirms that the latter indeed isn't getting invoked.
Xcode, Objective-C and Phonegap are all foreign to me and so Im a bit lost as to how to resolve this.
thanks
EDIT: I've just tried creating a brand new blank unmodified phonegap project, and the same thing happens. init breakpoint fires, but applicationDidFinishLaunching does not.