ShoutSocial / share_handler

A plugin to facilitate receiving and handling share intents
43 stars 45 forks source link

IOS version is not working just like the example #38

Closed DE-Sprinkmeier closed 1 year ago

DE-Sprinkmeier commented 1 year ago

I am coming from receive_share_intent library. Unfortunately, sharing media does not work. The app opens but the stream does not receive any data. The sample app doesn't work either. Here the app does not even open....

At the beginning we still had the textStream in from the receive_share_intent library. This had received the link to the file when sharing files. As an example: ShareMedia-{bundledId}://{bundledId}?key=ShareKey

DE-Sprinkmeier commented 1 year ago

Works after removing the receive_share_intent dependencies. Example still not working