If I understand background network activity correctly, one of the things I need 
to do when my app launches is call -getTasksWithCompletionHandler: and 
synchronize my app state with background uploads in progress.

Can I rely on not getting any other background task notifications while my 
block is executing? Say I make that call, and I'm in the process of synching my 
app's in-memory state (generally the overall progress of uploads that are 
broken up into several background uploads), and a background upload finishes. 
Will my delegates get called while I'm in the middle of syncing my state in 
-getTasksWithCompletionHandler:? Or will all those delegate call backs queue up 
until I return?

Thanks,

-- 
Rick Mann
[email protected]



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/macnetworkprog/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to