Good morning Esri team,
We are trying to implement downloading map areas in the 200.6 SDK while the device is in sleep mode. The issue we've come across is that while the app is backgrounded, the OS may interrupt our background process and resume it when it feels like it. To work around this we would need the ability to pause & resume our map area downloads.
So far we've been using OfflineMapTask and DownloadPreplannedMapAreas. While this works fine for downloading continuously, we are not sure which functions / parameters to use in order to pause & resume downloads.