KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
321 stars 369 forks source link

Sharing JSON #287

Open ultormagister opened 3 months ago

ultormagister commented 3 months ago

In ios, after following the set up suggested in the readme, it does not seem possible to process the shared json files. When sharing, the app is correctly found among those available for sharing but the SharedMediaFile array remains empty. This does not happen for other file formats.

caiorondon commented 3 months ago

+1, haven't been able to make it work as well with PDF files.

ultormagister commented 3 months ago

@caiorondon in my case pdf works well, at least they are processed and available in the SharedMediaFile array using the last version of the package (1.6.8)

caiorondon commented 3 months ago

@caiorondon in my case pdf works well, at least they are processed and available in the SharedMediaFile array using the last version of the package (1.6.8)

Yeah, I made it work. I might have missed something stupid in the docs.