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
325 stars 372 forks source link

Not working on IOS - app does receive share #216

Closed ascavalcante80 closed 1 year ago

ascavalcante80 commented 2 years ago

The app runs perfectly on Android, but on IOS, I had to make several changes to get it deployed and now it's deployed, the app does not appear as an option to receive the shares. Did someone manage to get it running properly on IOS? Thanks in advance!

irocn commented 2 years ago

ios 15.0 have the same issue.

DieGlueckswurst commented 2 years ago

@ascavalcante80 I am also struggling to make it work on iOS. What did you change to actually run the app? Right now XCode throws errors from my info.plist of the Share Extension. How does your info.plist look like?

ascavalcante80 commented 2 years ago

My info.plist is the same one I fork from this project. I'm not familiar with Swift development, so I'm spending some time trying to understand how an IOS app should work without Flutter to receive sharing intents. I'll post here if I make any progress on that.

ascavalcante80 commented 2 years ago

Ok, actually, I found a similar solution for this implementation here. It worked right out of the box for me. Just to flag; it's a problem with Kasem's project. I could not get this working because I'm really too newbie with Swift programming. Big kudos to Kasem for his work.

derekpankaew commented 2 years ago

Ok, actually, I found a similar solution for this implementation here. It worked right out of the box for me. Just to flag; it's a problem with Kasem's project. I could not get this working because I'm really too newbie with Swift programming. Big kudos to Kasem for his work.

This one worked for me as well! Thanks for sharing.

ascavalcante80 commented 1 year ago

I'm closing the issue, as we were very few to face this problem, and we found a workaround.