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…
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…
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…
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:…
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…
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…
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…
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.
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…