i got nothing when error is NSURLErrorTimedOut
Post
Replies
Boosts
Views
Activity
there are many custom launch task in my app, and now i start those tasks in applicationWillEnterForeground method when app call didFinishLaunchingWithOptions by backgroud events, otherwise i start those tasks in didFinishLaunchingWithOptions method. it will work correctly?
i changed my implemention,since i can not build this code