question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Download from iOS don't run

See original GitHub issue

Hello, I am trying to download mp3 files from a playlist, on android no problem but on iOS the download does not seem to start but it does not give any error or warning it is simply as if it ignored the download function

Future<void> downloadFile(fileName, md5) async {
    final externalDir = Platform.isAndroid ? await getExternalStorageDirectory() : await getApplicationDocumentsDirectory();
      FlutterDownloader.enqueue(
          url: '${dotenv.env['API_FILE_DOWNLOAD']}${fileName}',
          savedDir: externalDir!.path,
          fileName: "${md5}.mp3",
          showNotification: true,
          openFileFromNotification: true,
      );
  }
  

Can you help me? Thank you

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
AyumiSashitanicommented, Apr 16, 2022
1reaction
atleugimcommented, Apr 28, 2022

Hi. everyone, I faced same issue.

And I solved by below link #611 (comment)

and

https://stackoverflow.com/a/66380363/17725279

Thank you.

Thanks, this solved mi issue with downloading and opening files.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why Can't I Download iOS 16 - How to Fix
Try this method first if you meet the can't download iOS 16 issue on iPhone iPad. Restart your iDevice: Press and hold on...
Read more >
How to download the Move to iOS app when you can't use ...
Follow these steps on your Android device: Download the Move to iOS installer: Android 6.0 and later (Universal - recommended) ...
Read more >
iPhone Apps Stuck Waiting? Not Downloading? Here's The Fix!
Two Apple experts explain what to do when your iPhone apps are stuck waiting or not downloading. There are a lot of potential...
Read more >
[Solved] Can't Download Apps in iOS 12/11 on iPhone and iPad
If you can't download or update apps after upgrading to iOS 12 or iOS 11, learn what to do by using all the...
Read more >
Help with Twitter for iPhone or iPad
What to do if device space isn't an issue · Cancel the download in the iTunes App Store, then restart the download. ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found