Hi there, I just put out an podcast app in the store, and I'm looking at adding the ability to auto-download episodes as soon as the system is notified through a background task. I have a couple of questions/need some clarification on three things:
1) Since the Background Download API has it's own process, is it counted towards the CPU Time/Bandwidth quota of the background task?
2) Are downloads started by the Background Task discoverable by using GetCurrentDownloadsAsync() when the app is launched?
3) What's the best practice for handing the download over to the app while it's running/returning from suspension?
Any help would be appreciated!