iOS-Print-SDK icon indicating copy to clipboard operation
iOS-Print-SDK copied to clipboard

Optionally run uploads in the background

Open lenkawell opened this issue 9 years ago • 0 comments

Since it can take quite a few minutes to upload a lot of photos or a photo book, it would be really great if the uploads occurred completely in the background. The NSURLSessionUploadTask service might be a way to handle this (I see that you're already using the NSURLSessionDownloadTask).

The app could then use the new print order history API to provide the user with the current status of the background upload.

lenkawell avatar Nov 15 '16 02:11 lenkawell