I am using share extension with custom UI, So I configured my view controllers in storyboards, and add image (and tried add background image) to the button. So in storyboard I see that image. But when I run extension I don't see image on the button.
I am trying to create a share extension for my app. Instead of using the SLComposeViewController I am creating a custom view with UIViewController. However I am not sure how I should now access the text to display it in the label in my view?
What…
I'm implementing a share extension for my app, so far everything is going good except I can't seem to dismiss the keyboard that automatically opens using the default layout/storyboard.
I'm keeping the default design/layout…
I want to do upload the data that downloaded from the server in the share extension, but the upload task is delayed, it will proceed in the next time I push post button in my share extension. I found this message in Document describes…
Building a Safari (desktop) extension, one have access to screenshot from tab.visibleContentsAsDataURL(); it works brilliantly, lightning fast. Something like this: Safari Extension Taking Screenshot
On iOS, we tried:
Html2Canvas (it didn't produce…
I am in the process of implementing share to Pinterest functionality in an iOS app. In the SDK, the API looks like this:
[pinterest createPinWithImageURL:@"http://placekitten.com/500/400"
sourceURL:@"http://placekitten.com"
…
I've been working on a share extension and am now trying to have it activate within dropbox when sharing images. I notice Mail, FB, and Twitter are in the list, however mine is not. My NSExtensionActivationRule accepts…
I have installed Xcode 6.0.1 on my mac machine having OS X 10.9.5.
When i tried to run any ios app it shows me error like,
Unable to run app in Simulator.
An error was encountered while running (Domain = com.apple.CoreSimulator.SimError, Code =…
While sharing video from share extension to my app, quality of video is getting reduced. This is not happening while selecting and uploading video directly through app.
I'm using below code to load video file from share extension.
func…
I'm trying to implement a Xamarin Forms Share Extension to allow my app to receive a zip file from another app.
I have successfully set up the App Group in the Apple Developer Account, am successfully able to see a shared url for the file, but am…
I am having a social media Application and I want to share images from other social media such as Whatsapp,FB and Instagram to my app.
I am able to create a share extension please check the screenshot
Now I need 2 things
How to store image…
So I have made a hybrid application using react-native and I had no issues setting up share for android, but in iOS I am not able to make my application appear on the share list.
I need Apple Music or any application that shares a URL to be able to…
Our app relies on the use of Safari share extension. Like many others have reported before me, since upgrading to iOS 14 the app no longer appears in the share menu on first attempt. Only on second attempt onwards does it appear in the share…
so i'm new making Share Extension, today im continue my project by creating Share Extension Video, but stuck after getting return data type NSURL (video Path file), in my method only accept PHAsset.
so my code like this
[itemProvider…