- I created a CKOperation whose longLived was set "true".
- Turn on flight mode for my iPhone(iOS 9.3.5)
- kill app
relaunch, and found no longLived operations
[[CKContainer defaultContainer] fetchAllLongLivedOperationIDsWithCompletionHandler:^(NSArray<NSString *> * _Nullable outstandingOperationIDs, NSError * _Nullable error) { if (error) { NSLog(@"----------error--- %@", error); }else { NSLog(@"outstandingOperationIDs: %@", outstandingOperationIDs); **// always return ()** } }];
Asked
Active
Viewed 37 times
0

anna
- 662
- 5
- 28
-
Hi, did you ever get this resolved? I'm stuck with a similar issue. – Z S May 03 '17 at 04:31
-
I can't find enough resources, so I dropped this solution. I'm sorry. – anna May 03 '17 at 06:42