bhagat-techind / flutter_sharing_intent

A flutter plugin to share file from other app to our app.
Apache License 2.0
48 stars 49 forks source link

Sharing not working on iOS + Files app #40

Open letisoft opened 11 months ago

letisoft commented 11 months ago

Hello,

the plugin perfectly works if I share from photos or google photos, but as soon as I try to share form Files app I got error.

Even worse the error is that the file doesn't exits.

I have spent the day debugging it, and the only think I found is that when sharing with Files app - file already exists and the file contents is 0 bytes?

Any ideas why sharing from iOS Files app not working?

Best regards: V

letisoft commented 11 months ago

was due to : https://github.com/bhagat-techind/flutter_sharing_intent/issues/41

Fixed by changing the SwiftFlutterSharingIntentPlugin.swift

Best regards: V

gerken-tss commented 9 months ago

When is this going to be merged?