iphone app crashing when url connection connection timed out is coming

Posted by satyam on Stack Overflow See other posts from Stack Overflow or by satyam
Published on 2010-05-24T08:31:56Z Indexed on 2010/05/24 8:41 UTC
Read the original article Hit count: 353

Filed under:
|
|
|

I'm creating iphone app. In that, when the app starts, it connects to server and downloads few images and then proceeds with app. When app is downloading, it will show the initial splash screen. as long as my server is able to ping my iphone, its working well. but the trouble starts when my server is taking much time to respond for the NSURL request. The app is crashing with following error:

Mon May 14 13:56:34 unknown Springboard[24] <Warning>: com.xxxx.xxx failed to launch in time

I understood that when such issues happen with application, iphone crashes the appliation. I would like to know how much max time iphone allows app to respond to such instances.

Is there any max value for that?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about timeout