performFetchWithCompletionHandler가 실행되지 않습니다. 1) 배경 모드를 제공하는 내 plist 구성 : UIBackgroundModes fetch 2) didFinishLaunchingWithOptions나는 : [[UIApplication sharedApplication] setMinimumBackgroundFetchInterval:1.0]; 3) UIApplicationDelegate대리인 에게 프로토콜 을 선언했습니다 . 4) 다음 방법을 구현했지만 해고되지 않습니다. ( "XCode-> Debug-> Simulate Background Fetch"로 가져 오기를 시뮬레이션하는 경우에만 작동합니다.) -(void)application:(UIApplication *)app..