89 questions
0 votes
0 answers
105 views
In my iOS app, Share sheet (UIActivityViewController) shows very few share options compared to default apple apps?
I went through apple documentation also spent lot of time on SO and searching for resolution for this issue but I didn't get the answer for - WHY my iOS app's Share sheet (UIActivityViewController) ...
-2 votes
1 answer
153 views
How can I get my app to show up in any "Open In..." sheet on iOS?
I have an iOS app with in-app features that let the user select photos from their albums or take photos with the camera. I'd like to also allow users to import photos that they find anywhere else on ...
-2 votes
1 answer
49 views
How can I have my full app open from the Share sheet?
I'd like to add a share extension to my app. The extension would appear when users share a photo in the Photos app (and, ideally, Safari). If you tapped my app icon on the share sheet, iOS would pass ...
-1 votes
1 answer
759 views
How to read file shared from iOS Files app
I have an app that allows me to export (and import) its contents. While working to replace the deprecated 'unarchiveTopLevelObjectWithData' unarchiveTopLevelObjectWithData (still ongoing) I ran into ...
5 votes
0 answers
419 views
SwiftUI ShareLink with custom actions
Currently, I’m using a ShareLink to display the standard share sheet in my app. Now, I’d like to display actions inside the share sheet that perform a custom action like the following example. With ...
1 vote
1 answer
238 views
How can we exclude our own app (ios) from appearing in share sheet?
I am using react-native-share to share images from my app to an other app. It is working fine but my own app is appearing in the share sheet. How can I exclude my app so that it does not appear in ...
1 vote
0 answers
62 views
How can I share a transparent PNG to iMessage from the Share Sheet?
When I try to share a transparent PNG via the Share Sheet and choose "AirDrop" or "Save Image" the saved image is transparent, however when I choose iMessage the image suddenly ...
0 votes
1 answer
379 views
How can I get "Save Image" as an option in the Share Sheet?
I'm trying to present a share sheet with an image. I'd expect the "Save Image" option to be there but it's not. Is there some trick to getting this working?
0 votes
2 answers
76 views
Button Tap - ShareSheet rootViewController Issue
I'm having issues when tapping buttons that either open the share sheet or email. Behavior - Does not work when app is launched after install. Works fine after restarting app. UIApplication.shared....
2 votes
2 answers
4k views
ShareSheet fails to open a local file
I have a file-exporter class that was working in previous iOS versions. Now it is throwing an error saying the file can't be opened. The function that opens the ShareSheet looks like this: func share(...
1 vote
1 answer
2k views
Unable to share image directly to Instagram in iOS
I want to enable a feature in my iOS app to share image on Instagram directly. While the conventional way is to present a share sheet provided by Apple, I prefer to have an Instagram button that ...
6 votes
3 answers
6k views
How to show React Native App in share sheet suggestions?
I want to use Share functionally in my React Native application but there is one exception, I don't want to share a content from my app, I want to share content from another app to my app, how is it ...
1 vote
1 answer
617 views
Handle file download from WKWebview using a WKDownload
I am trying to download a file from a WKWebview and show an iOS Share Sheet so that the user can decide what to do with the file. Everything works as expected in the browser. My iOS code was ...
3 votes
0 answers
952 views
I have an issue on receive_sharing_intent IOS external share
I trying to receive data from other app like image ,text, here I'm using receive_sharing_intent it working on android issue on IOS it show my app on Share sheet when I click on that is won't open my ...
1 vote
2 answers
1k views
Is it possible to create a custom share sheet in Flutter?
I want to build this custom share sheet shown in the screenshot depending on the apps that are on the mobile, could anyone tell me if it's possible? screenshot i am currently using flutter's ...