我正在使用ASIHTTPRequest在iPhone应用程序在后台运行时下载多个文件。我想在队列结束时显示一个UILocalNotification。在应用程序恢复之前不会调用以下委托(delegate)方法:-(void)queueFinished:(ASINetworkQueue*)aQueue{NSLog(@"Queuefinished");if([[UIApplicationsharedApplication]applicationState]==UIApplicationStateBackground){UILocalNotification*localNotificatio