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
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) {
…
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…
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)…
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…
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…
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…
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…
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 =…
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…
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…
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…
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…
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…