are you making a blocking webservice call when the app starts up? If it does not complete in time (10s, I think) iOS will kill your app as unresponsive
On Wed, Mar 7, 2012 at 3:03 PM, Fencer04 <[email protected]> wrote: > I have an application that calls out to a web service. It runs fine in the > emulator but crashes on the device. The following is the info that I get: > > Mar 7 15:58:52 Justins-iPhone SpringBoard[15] <Warning>: My App failed to > launch in time > > > Mar 7 15:58:52 Justins-iPhone SpringBoard[15] <Warning>: Forcing crash > report of MyApp[112]... > > > Mar 7 15:58:52 Justins-iPhone SpringBoard[15] <Warning>: Finished crash > reporting. > > > Mar 7 15:58:52 Justins-iPhone com.apple.launchd[1] (UIKitApplication:My > App[0xc356][112]) <Notice>: (UIKitApplication:My App[0xc356]) Exited: > Killed: 9 > > > Mar 7 15:58:52 Justins-iPhone SpringBoard[15] <Warning>: Application 'My > App' exited abnormally with signal 9: Killed: 9 > > > Mar 7 15:58:52 Justins-iPhone ReportCrash[113] <Error>: Saved crashreport > to > > /var/mobile/Library/Logs/CrashReporter/MyApp_2012-03-07-155852_Justins-iPhone.plist > using uid: 0 gid: 0, synthetic_euid: 501 egid: 0 > > Any help would be greatly appreciated, I have no idea what's happening. > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/App-Crashes-on-Device-But-Fine-in-Simulator-tp4454637p4454637.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
