Application Specific Information: Application failed to launch in time (iOS)?
问题 This is on the top of one of my crash reports. Is there any App Launch timeout limit determined by Apple? Any common workaround if so? Elapsed total CPU time (seconds): 13.700 (user 8.580, system 5.120), 67% CPU Elapsed application CPU time (seconds): 6.180, 30% CPU On an iPhone 3G. I have to split/delay my launching tasks maybe... 回答1: I think it has to launch within 5 (or maybe 10) seconds or the iPhone assumes it has crashed. Try to avoid loading a lot of stuff on your main thread at