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 375 forks source link

[iOS] Help Wanted, how can i add my app into "actions list" on sharing bottom sheet. #320

Open zhponng opened 3 weeks ago

zhponng commented 3 weeks ago

Thank you for this library, I have successfully implemented the functionality to receive shared files.

However, I have one more question: In iOS, when opening the share bottom sheet from another app (e.g., Files), how can I add my own app to the actions at the bottom, as shown in the picture? Alternatively, are there any keywords that can describe this feature so I can search for how to implement it?

image