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
3 answers

iOS how to access private file for sharing extension

I have been trying to access a file with my share extension, if the file is from photos app, I can access it, the path for the file…
manuelBetancurt
  • 15,428
  • 33
  • 118
  • 216
2
votes
1 answer

Is it possible to open full view controller in Share extension, instead of popup (default)

I am working on Share extension & I have one query related to this. Is it possible to open full view controller in Share extension, also can we add UITableView or other IBoutlet using Storyboard in Share extension. Thanks in advance
Zoeb S
  • 695
  • 1
  • 7
  • 21
2
votes
0 answers

How to get the page title with swift in Share Extension

I'm developing share extension which is used on safari. I could get url on share extension. but I cant get page title. let puclicURL = String(kUTTypeURL) if itemProvider.hasItemConformingToTypeIdentifier(puclicURL) { …
oxygen
  • 165
  • 1
  • 1
  • 8
2
votes
0 answers

Testing iOS Share Extensions with Apple Wallet

I would like to test if my share extension works with the Share option available inside the passes from Apple Wallet. I have already tried to run the extension from Xcode, I can find some apps (Messages, Maps, Safari, etc...) but I can't find…
Nicola Giancecchi
  • 3,045
  • 2
  • 25
  • 41
2
votes
4 answers

Facebook share extension crashing in iOS 11

I'm using the UIActivityViewController to enable the user to share images on social media. However, Facebook's share dialog crashes in iOS 11 after a few seconds with the following log: [core] SLRemoteComposeViewController: (this may be harmless)…
Frank Rupprecht
  • 9,191
  • 31
  • 56
2
votes
0 answers

How can I share files from iBooks with my Shared extension target

How can I share files from iBooks with my Shared extension target? I have next option in my Shared extension target .plist I can open any files from iCloud Drive, Google drive and Dropbox with my application, but from iBooks app there is option to…
revolutionkpi
  • 2,632
  • 10
  • 45
  • 84
2
votes
1 answer

Share Extension UI takes too much time to load

I'm developing a simple, custom Share Extension: "custom" means I'm not extending SLComposeServiceViewController but a regular UIViewController. The extension loads an image from Photos app and displays it. The UI is very simple: there's a…
user1094081
2
votes
0 answers

iOS my App Extension sharing code with Pods properly

I'm working on a signal based messaging app. I created a share extension and I need to use some of my pods in my share extension code. When I add these pods into my extension project, I get some errors. Because in some pods, it is used…
Ali Gunes
  • 46
  • 7
2
votes
0 answers

iOS Share Extension App size?

Is there a way to know the size of iOS Share Extension app? Brief context : I am implementing custom share extension in my App (Swift). I am trying to make it such that extension's loading time is quick. In apple documentation it is recommended to…
Akshansh Thakur
  • 5,163
  • 2
  • 21
  • 38
2
votes
0 answers

ios 9, Share Extension, Background Upload Session, Swift

We are setting up a Share Extension using Swift. Once the user posts we take the file URL information and do a multi-part upload to a server in the background using Almofire. let configuration =…
ort11
  • 3,359
  • 4
  • 36
  • 69
2
votes
1 answer

Share extension does not show up in Flipboard Share function in iOS

I have developed a share extension that accepts URLs and the share extension shows up in mobile Safari share menu and it works. But when I open the app Flipboard, which allows users to share articles to other apps, my share extension does not show…
dickyj
  • 1,830
  • 1
  • 24
  • 41
2
votes
1 answer

Using realm for app and share extension in ios swift?

I noticed that in this link: https://realm.io/news/thomas-goyne-fast-inter-process-communication/ It states that inter process communication is supported in realm. Does that mean I will have no problem opening the database in both an app and its…
dickyj
  • 1,830
  • 1
  • 24
  • 41
2
votes
1 answer

Change the preview image in an SLComposeServiceViewController

I have created a Safari Share Extension where I get a specific image from the current URL. That part is done but now I am trying to replace the preview image on the SLComposeServiceViewController with the one I scraped from the URL. I cannot seem to…
timgcarlson
  • 3,017
  • 25
  • 52
2
votes
1 answer

iOS swift using alamofire to share cookie between app and share extension

My app using alamofire to send requests to my server which is node js that uses passport to save a cookie of the user thus allowing me to know for each request who is the user. My problem is that now I have a share extension that are posting an…
Rotem
  • 2,306
  • 3
  • 26
  • 44
2
votes
0 answers

Open Safari's native share extensions from browser

Does anyone know if its possible to create a button embedded in a web page which pops up safari's native share extensions window? I'm essentially trying to find a hack around the fact that i can't create a WeChat share button, this seems like a…
lee
  • 41
  • 4