cordova - Phonegap, iphone - applicationDidFinishLaunching not invoking -
i'm trying started phonegap.
i have added code applicationdidfinishlaunching doesn't seem getting called.
i've added breakpoints (log, continue) each of init , applicationdidfinishlaunching methods. confirms latter indeed isn't getting invoked.
xcode, objective-c , phonegap foreign me , im bit lost how resolve this.
thanks
edit: i've tried creating brand new blank unmodified phonegap project, , same thing happens. init breakpoint fires, applicationdidfinishlaunching not.
i new iphone development. have done 1 small app using phonegap framework.
yes when use phonegap framework our project's applicationdidfinishlaunching not work , other methods webviewdidfinishload , webviewdidstartload in app delegate not work..
instead of applicationdidfinishlaunchinwithoptions of phonegaplib.xcodeproj included in our project of phonegap gets excute.
try write nslog(); there. u output on consol..
Comments
Post a Comment