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
0
votes
1 answer

Share Extension Upload in Background with JavaScript

I implemented a way to upload a file in a share extension with the wkwebview and a javascript bridge. The bridge handels the upload and if a part was successfully uploaded it start the next part of the file until the files is completly…
zanzoken
  • 787
  • 4
  • 12
  • 18
0
votes
1 answer

ios swift extension show error

I've written an extension to share images to my web-service. The server is receiving the items without problem but something is happening on the server that execution is terminated before the expected state change. I am trying to figure out how I…
Jason G
  • 2,395
  • 2
  • 24
  • 34
0
votes
0 answers

Share extension show console warnings when its open from Safari

A simple Share extension (Nothing has changed in that just add new target as Share extension). Here i observed that console shows some warning when i run Share extension target from Safari application. Reference images: Choose run target. Tap on…
Kampai
  • 22,848
  • 21
  • 95
  • 95
-1
votes
1 answer

Add frequently used app for fast sharing swift

I am working on a sharing functionality where I have achieved the basic sharing part and is working perfectly. Below is the code for same let message = "Download the app from the link below" //Set the link to share. if let link = NSURL(string:…
iDeveloper
  • 940
  • 1
  • 10
  • 45
-1
votes
2 answers

iOS How can I share PDF or DOC from one app to another?

I wanna share a PDF file from APP1 by the function of share extension, but I just got a URL path from method of loadItemForTypeIdentifier,which is a path of APP1 sandbox, I can not get the PDF file by URL,so how can I get the PDF or Doc through the…
-1
votes
1 answer

Unable to download app for enterprise distribution while using shared extension

I have an app which contains share extension. I had created separate provisioning profile and bundle id for shared extension, also enabled app group for both app id. I am submitting app to inhouse develovment, it is submitted successfully, when I…
-1
votes
1 answer

How to push view controller onto SLComposeServiceViewController?

This is what I have now: but I would prefer sth like this: When I tap on the option I push a new UIViewController onto the stack: This is how my configurationItems() method looks like: override func configurationItems() -> [AnyObject]! { let…
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
-4
votes
1 answer

Is it possible to develop an app that reads other apps' usage data?

With the new app-extension kit, I'd like to know if it's possible to build an app that tracks various usage statistics of other apps. For e.g., the no of times someone uses their calculator or the no of minutes spent on Quora.
-5
votes
1 answer

Which Extension is suitable for my requriement for ios?

I am trying to Achive following 1) User is on Photo Gallery 2) Select a photo 3) Hit Share 4) Choose myapp( which i am developing) 5) Need to show list of Categories ( Will fetch from Sql Lite) 6) Choose Category Name and Save that image into…
Hitu Bansal
  • 2,917
  • 10
  • 52
  • 87
1 2 3
18
19