I want to implement an app extension, but I can't decide if I should implement it as a Share Extension or Action Extension.
The documentation doesn't say much about the differences, just this:
Share (iOS and OS X): Post to a sharing website or…
I want to create an Android Style share feature for my app.
I created a share extension which gets called when you select pictures inside the stock photo app and press share.
Now I want those pictures to be sent to the main app and get handled over…
This bug is fixed by WhatsApp team on 23rd May, 2016 (build no. 2.16.4).
Unable to share NSString object using UIActivityViewController to WhatsApp.
I tried to share using below code. But once contact is selected from the list, it shows an alert…
I'm building a share extension for my iOS app and I can't use the default SLComposeServiceViewController, so I created (in the storyboard) a basic UIViewController and embedded in a navigation controller. I get to present it, dismiss it etc but it's…
I understand I can share data between my share extension and its containing app by enabling app groups and using NSUserDefaults (see Sharing data between an iOS 8 share extension and main app).
However, the data I am storing is sensitive, so I hoped…
I have an iOS 8 share extension for posting content from a web browser. Users need to be prompted to login if they've never logged in via the containing app.
Pinterest appears to support fast-switching to the containing app (I'm assuming they've…
I am trying to create a share extension for my application which requires to login to Google from the extension. I've setup the sharing group keychain and am able to write from the main application and read the extension target. But I can't login to…
What I want
I'm trying to achieve the following user flow:
User is browsing a webpage in iOS Safari.
User selects some content (text and images) and waits for context menu to appear.
User selects the "Share..." item.
User selects my App Extension…
I got this warning when I added share extension to my project and archiving it
warning: skipping copy phase strip, binary is code signed: /Users/xxxx/xxx/xxxx/Build/xxxx/Build/Intermediates/ArchiveIntermediates/xxxx/IntermediateBui…
I have added a share extension for my app say SAMPLE (already exists on the app store), called lets say SAMPLESHARE. Whenever a user, say takes a picture and tries to share it, I want them to go through a view controller of an Open In functionality,…
I'm developing share extension for my app.
Every thing is fine, but i'm facing one main problem, my app is not in the share menu while sharing from photos app.
Below is the plist of my shared extension.
It's not showing in the list, below is the…
I am a begginer in iOS app development and I would like to launch my app on copy link from another app. added shared extension on click it is displaying popup.
But my requirement is it should not display popup and directly open my app on click of…
I'm struggling to get my application to share a URL properly so that the "Open in Safari" and "Open in Chrome" activity items show up in the share sheet. I've tried sharing the URL a few different ways:
NSURL *data =…
Here's the screenshot:
In my subclass of UIActivity, I override the -activityImage method to use my own icon for the facebook share item, but it appears in the share panel but disappears in the MORE list.