You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: