Questions tagged [ios8-share-extension]

Related to the "Share" extension of the iOS notification center.

Related to the "Share" extension of the iOS notification center.
https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/index.html

279 questions
2
votes
1 answer

Share extension custom UI. Button has not got image

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.
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
2
votes
0 answers

Access text in Share Extension

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…
2
votes
3 answers

iOS share extension dismiss keyboard

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…
Mario
  • 2,721
  • 1
  • 22
  • 23
2
votes
0 answers

ios extension use NSURLSession background upload after download will delay

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…
Fred Zhang
  • 115
  • 1
  • 2
  • 8
2
votes
3 answers

Share extension cancel and post buttons

Can you help me how I can customize cancel and post buttons in SLComposeServiceViewController? I want to change title and button image.
juve100
  • 33
  • 6
2
votes
0 answers

how would you take a screenshot in a iOS Safari Extension?

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…
2
votes
2 answers

Share to Pinterest via Share extension

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" …
Michael Wilson
  • 851
  • 6
  • 13
2
votes
0 answers

iOS8 Share Extension with Dropbox Photo Integration

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…
JVillella
  • 1,029
  • 1
  • 11
  • 21
2
votes
0 answers

Unable to run app in Simulator An error was encountered while running (Domain = com.apple.CoreSimulator.SimError, Code = 146)

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 =…
1
vote
0 answers

iOS - Sharing a video from share extension to my app reducing video quality

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…
Nirav D
  • 71,513
  • 12
  • 161
  • 183
1
vote
1 answer

How do I successfully use Xamarin Forms Share Extension to share NSUserDefaults value?

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…
jho
  • 199
  • 1
  • 8
1
vote
1 answer

How to create a share extension only for sharing image an text (Dont want video to be shared)

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…
Midhun Narayan
  • 829
  • 2
  • 9
  • 26
1
vote
2 answers

iOS Share extension not showing for URLs and Text

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…
1
vote
0 answers

Safari share extension - App only appears in share menu after second attempt onwards since iOS 14

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…
ToscaM
  • 11
  • 2
1
vote
0 answers

Convert from NSURL or AVAsset to PHAsset in Objective - C

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…
Axel
  • 73
  • 1
  • 11