I was hoping to switch from the old networking code to using background NSURLSessions for my app's upload task. I wanted to use a single background upload task for uploading when my app is running, and to ensure that it continues to upload in the background if the app is killed.
But my app displays upload progress, and I don't see any way to get the progress from an upload (or a download, for that matter). Do I have to to have the mess of uploading "normally" while my app is running, and then, during app termination, re-establish all my uploads as background uploads to let it keep going? This seems excessively burdensome. -- 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]
