I have a share extension allowing users to upload videos directly from other applications (eg. photos). It has a custom view (not SLComposeServiceViewController).
It was working just fine but currently I'm having strange issue that share extension…
I want to create custom share extension and I would like to access to data that I want to share.
So as I read we need to inherit from UIViewController instead of SLComposeServiceViewController to have custom interface.
So with default interface I…
Please see the
As you see, It has a button is share Button. I want to remove it.
I use share Extension to do share screen shot for my app:
add target share Extension
use UIActivityViewController to present.
I able to remove Mail Button, FaceBook…
I'm working on a sharing extension to simply grab a link, choose a few names to share it to, and Share. The data layer isn't added yet, only the UI to display some names in a tableview (using a custom cell) and I'm pulling in the shared URL from…
I try to run js pre/post processor to modify webpage after finish share extension, but finalize method failed to run.
In Apple document it said that both Share extensions and Action extensions can benefit from this js processor, but my finalize…
I have tried to post on facebook and twitter using SLComposeViewController. my code is
-(void)postToFacebookWithObject:(id)object FromController:(UIViewController*)vc {
if ([SLComposeViewController…
So for the last two weeks I have been working on my GitHub repo https://github.com/satheeshwaran/iOS-8-Features-Demo where in I tried to demo the Share extension introduced in iOS 8. I got to know the way in which I could add…
Just went through the details of flutter_sharing_intent and all fine on Android, but not working on iOS. Any clues?
Already followed the steps in setting up the environment in XCode but no luck. The main application couldn't be launched with…
I would like to share data between my Main Project and my Share Extension. This is what I did:
1. enable App Groups in both Project & Share Extension
2. save data in Project inside viewDidLoad (works fine, I tested it):
DataHandler.getWishlists {…
I have a working share extension written in swift. When I test a share operation from Safari, I always only get the URL type (kUTTypeURL).
What I want is to get some form of rendered version of what the user is looking at (PDF or HTML?). Using the…
I want to be able to share selected text, but my extension only appears when clicking on the share icon (and then it populates the field with the page title). I want my extension to appear when the user selects text and clicks "Share..." (like in…
I'm implementing a share extension the extension is dying before the processing of the image finishes.
2018-02-22 15:11:20.327673-0500 ContentShare[9491:649748] [core] SheetViewController didReceiveMemoryWarning
2018-02-22 15:11:20.367087-0500…
I've searched around this title, but didn't find any appropriate information. I've found ways to make network request that sends it's result to containing app. However, I wanna get response directly back to extension and show information there. I've…
I want to integrate share extension into my iPhone app. App contain sqlite database which contains some of the phone book contacts. I added share extension into app and extension is also visible into share activity view controller. But the problem…
this could be something silly but I have this Share NSExtension implemented for my app which is holding custom UI built in MainInterface.storyboard (image attached). Now the question is, how do I back out of it?
I've…