When using this to get audio files on iOS they all end up empty even though it has the file path. The audio files are there on the device and play outside the app.
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.12.13+hotfix.5, on Microsoft Windows [Version 10.0.18362.592], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[√] Android Studio (version 3.5)
[√] VS Code (version 1.41.1)
[√] Connected device (1 available)
• No issues found!
Here is a log of the path when I get the file
flutter: ipod-library://item/item.mp3?id=7047353994216599616
Using iPhone xr
@rlee1990 Ok, it seems that the file might need to be cached to somewhere else (eg. Documents path) before being able to be used within your app.
This needs to be done on plugin's side. I'll have to take a look when I have some time. Thank you.
Any Updates on this issue ?
@freshcodestechnology soon! :)
@freshcodestechnology I was looking into this and it does seem that you are using an iPod, am I correct?
Hello
Can you explain in detail ?
On 30-Mar-2020, at 1:00 AM, Miguel Ruivo notifications@github.com wrote:
@freshcodestechnology https://github.com/freshcodestechnology I was looking into this and it does seem that you are using an iPod, am I correct?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/miguelpruivo/flutter_file_picker/issues/198#issuecomment-605687263, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMEOIIXQVTRDREIFTNGC4FDRJ6OV5ANCNFSM4KI4EE7Q.
@freshcodestechnology which device and iOS version are you using for picking the audio files?
Iphone X
On 30-Mar-2020, at 1:05 AM, Miguel Ruivo notifications@github.com wrote:
@freshcodestechnology https://github.com/freshcodestechnology which device and iOS version are you using for picking the audio files?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/miguelpruivo/flutter_file_picker/issues/198#issuecomment-605688010, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMEOIIXBPVQJLD4KL77ROATRJ6PJZANCNFSM4KI4EE7Q.
And iOS version?
@freshcodestechnology bump
Closing due to inactivity. Feel free to reopen if you still have any issue related to this. Thank you!
I have the same issue with an iPad on 13.4.1. Pick an audio file, getting path "ipod-library://item/item.m4a?id=...". I cannot play that file
@edukun I remember seeing somewhere that when files were being resolved as ipod-library those couldn't be loaded anyway — some sort of protection. But I don't really recall where I read that.