receive_sharing_intent icon indicating copy to clipboard operation
receive_sharing_intent copied to clipboard

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

Open zhponng opened this issue 1 year ago • 1 comments

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

zhponng avatar Aug 23 '24 06:08 zhponng

I think what you are looking for might be found in the package share_plus. However, I believe the share sheet you are referring to can only be modified by its parent app, not apps that are requesting the data.

Nightbl927 avatar Sep 18 '24 12:09 Nightbl927