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
Hi, I'm trying to use your plugin to allow my app to continue to download files when the app is in teh background. In my case, I'm downloading a large file chunked into small pieces, so I potentially have to dlownload 100-200 files. I'd like the app to be woken up after each download is complete. It seems that this could be achieved by setting the sessionSendsLaunchEvents property to YES, as specified here:
Hi, I'm trying to use your plugin to allow my app to continue to download files when the app is in teh background. In my case, I'm downloading a large file chunked into small pieces, so I potentially have to dlownload 100-200 files. I'd like the app to be woken up after each download is complete. It seems that this could be achieved by setting the sessionSendsLaunchEvents property to YES, as specified here:
https://developer.apple.com/library/content/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html
Is there any reason that this is not done by this plugin?
The text was updated successfully, but these errors were encountered: