flutter_downloader icon indicating copy to clipboard operation
flutter_downloader copied to clipboard

Set showNotification to false does not work in iOS

Open lisadeng opened this issue 2 years ago • 0 comments

Hi, Since we do not want to notify user that the video download is finished, when creating download task, showNotification is set to false in this way: FlutterDownloader.enqueue( url: widget.videoUrl, savedDir: saveDir, fileName: videoFilename, showNotification: false); But it does not work.

Steps to reproduce the behavior:

  1. Open the app, the video starts downloading
  2. Press the home button to make the app run in the background
  3. After a while, a notification appears on the top

Seems setting showNotification to false does not work in iOS.

  • Device: iPhone 8
  • OS: iOS 15.5
  • plugin version: 1.7.4

Thanks a lot!

lisadeng avatar Dec 15 '22 10:12 lisadeng