We have implemented background uploads using your example and added them to a loop. Our app users upload a number of photos to a backend web api to be attached to some business management software. The photos are looped around and a number of upload tasks are created while the app is in the foreground. It appears that if you press the home button the app the transfer continues OK, locking the phone appears to suspend any transfers.
Hi
We have implemented background uploads using your example and added them to a loop. Our app users upload a number of photos to a backend web api to be attached to some business management software. The photos are looped around and a number of upload tasks are created while the app is in the foreground. It appears that if you press the home button the app the transfer continues OK, locking the phone appears to suspend any transfers.
Do you have any suggestions? Thanks