SimonSimCity / Xamarin-CrossDownloadManager

A cross platform download manager for Xamarin
MIT License
149 stars 68 forks source link

HandleEventsForBackgroundUrl not called when app terminated #125

Open fusionconsulting opened 4 years ago

fusionconsulting commented 4 years ago

To help us fix your issue, please provide the information in the below template.

Note: If you want to save time, please create a fork, reproduce the bug in the sample projects and add a link to the repository here.

Steps to reproduce

  1. Start a download

  2. Terminate the app

  3. HandleEventsForBackgroundUrl should be called but it's not.

Expected behavior

The app should be restarted and allow the download process to finish by setting the IDownloadFile status to COMPLETE and firing the property changed handler.

Actual behavior

Nothing. The app remains terminated.

Configuration

Platform:

Device:

SimonSimCity commented 4 years ago

Can you confirm this by using the sample application provided in this repository?