receive_sharing_intent icon indicating copy to clipboard operation
receive_sharing_intent copied to clipboard

Not working on IOS - app does receive share

Open ascavalcante80 opened this issue 2 years ago • 5 comments

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!

ascavalcante80 avatar Apr 28 '22 22:04 ascavalcante80

ios 15.0 have the same issue.

irocn avatar Apr 29 '22 12:04 irocn

@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?

DieGlueckswurst avatar Apr 29 '22 19:04 DieGlueckswurst

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 avatar May 08 '22 09:05 ascavalcante80

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.

ascavalcante80 avatar May 08 '22 10:05 ascavalcante80

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.

derekpankaew avatar Jul 19 '22 21:07 derekpankaew

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

ascavalcante80 avatar Sep 11 '22 15:09 ascavalcante80