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! Im in doubt which method i must use. In documentation, the "check" method is used as a preparation of "ensure" method, but in the same times, the documentation has said that those two methods are used to resume a download. So, my question is: Can I use only the checkForExistingDownloads to resume a download, in view of "ensure" method can only been used in iOS devices. Tks a Lot!
The text was updated successfully, but these errors were encountered:
ensureDownloadsAreRunning is just wrapper around checkForExistingDownloads to get tasks and call pause & resume on them to ensure they're running. It's good to call this method when app resumed from background - in case when you have problem when downloads stuck sometimes.
So you don't need to call checkForExistingDownloads as a preparation
Hi! Im in doubt which method i must use. In documentation, the "check" method is used as a preparation of "ensure" method, but in the same times, the documentation has said that those two methods are used to resume a download. So, my question is: Can I use only the checkForExistingDownloads to resume a download, in view of "ensure" method can only been used in iOS devices. Tks a Lot!
The text was updated successfully, but these errors were encountered: