Questions tagged [ios-extensions]

App Extensions for iOS development.

App Extensions for iOS development. App extensions give users access to your app’s functionality and content throughout iOS 8 and OS X Yosemite.

Starting in iOS 8.0 and OS X v10.10, an app extension lets you extend custom functionality and content beyond your app and make it available to users while they’re using other apps or the system. You create an app extension to enable a specific task; after users get your extension, they can use it to perform that task in a variety of contexts

Source: Apple App Extensions Document

iOS and OS X define several types of app extensions, each of which is tied to an area of the system, such as:

  • Share
  • Today
  • Photo Editing
  • CustomKeyboard
  • File Provider
  • Document Provider
  • Actions
  • Finder Sync

Please refer Here for more information:

350 questions
0
votes
1 answer

Unable to open the containing app from share menu

I am trying to create a share extension for my app. The app is shown in the share menu to share the document, but when i click on my app, the containing app is not called.what should i be doing? Thank you
0
votes
1 answer

How can I detect from iOS Keyboard extension if user scrolled up the Control Center?

I develop an iOS Keyboard extension, and I'm using scroll gestures on keyboard. Sometimes when using the keyboard I scroll up the control center and my keyboard stops working fine. Is there any way to detect if control center become visible, or…
andras
  • 11
  • 1
0
votes
1 answer

iOS App Extensions (Widgets): Open URL, and then execute a method within the app

In an iOS App Extension such as the Today Widget, you can open the application when the widget is selected using NSExtensionContext. Is there any way to execute a method within the application (to move to a different UI view) only after the…
nao
  • 1,128
  • 1
  • 14
  • 37
0
votes
1 answer

NSExtension activation rule not working

I am building an iOS8 action extension and I am using NSExtensionActivationSupportsWebURLWithMaxCount set to 1 The problem is, the extension does not show up in Safari share menu unless I go to the extension menu and turn my extension on (using the…
0
votes
1 answer

Synchronize CoreData Context of iOS Widget and containing App

I'm currently writing a today extension for one of my applications. Inside the extension the user can set bookmarks for articles. I have a ViewController in the app which displays all of the bookmarks and is hooked up to a…
Michel
  • 303
  • 2
  • 15
0
votes
1 answer

How do I programatically create labels with separators in an Apple Watch UI

I would like to create a for loop for adding labels with separators programatically. How can I do this?
Ngo Yen Sern
  • 105
  • 4
0
votes
2 answers

Share extension with map

I want to enable My application to share map location but I don't know what key for that to enable it in my application, So please help me if any one implement share extension for map. I was see below link but not able to understand. iOS add share…
Dipen Chudasama
  • 3,063
  • 21
  • 42
0
votes
1 answer

Is there any way to install iOS extension without installing the container application?

I want to implement a today extension only, that is, for this I don't want to create an application for doing this. Is there any way to install a today extension only, without installing the container app? Please help.
rkr_stack
  • 13
  • 6
0
votes
1 answer

iOS extension adding new NSUserDefaults issue after updating from app store

My application has authorisation. In return if I logged in I receive a token which I store in NSUserDefaults. How current app works: When I press login button the app sends user name and login to the server, in return app gets a token if success. I…
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
0
votes
1 answer

SKStoreProductViewController in iOS 8 Actions Extension

I'm working on an iOS Action Extension that's capable of showing an SKStoreProductViewController. Action Extensions are capable of showing in two sizes, either full screen (NSExtensionActionWantsFullScreenPresentation set to YES) or in a small…
Tim Johnsen
  • 1,471
  • 14
  • 33
0
votes
1 answer

How to fix iOS Extension Subquery?

I have this query in info.plist of extension: SUBQUERY(extensionItems, $extensionItem, SUBQUERY($extensionItem.attachments, $attachment, ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.plain-text").@count >= 1).@count >= 1 Here…
Arun Gupta
  • 2,628
  • 1
  • 20
  • 37
0
votes
1 answer

Different cocoapods for app and Today extension

I am using several pods in my iOS app that make reference to sharedApplication, and as such cannot be compiled for a Today extension. The thing is I really need AFNetworking, so I'd like to be able to tell CocoaPods to just include AFNetworking when…
Leah Sapan
  • 3,621
  • 7
  • 33
  • 57
0
votes
1 answer

iOS - shortcut to synthesize properties using extension

Let's say i have a class definition header file like this : #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @property (readonly, strong, nonatomic) SomeObject…
j2emanue
  • 60,549
  • 65
  • 286
  • 456
0
votes
2 answers

How did Buffer create the Share Menu feature for their iOS 8 app?

Buffer app for iOS 8 got a feature that lets you send an image from the new iOS 8 Share Menu to their app. The flow is like this: Open iOS Photos app Select an image and tap the share icon Select Buffer from the menu (you may need to enable it…
Matt
  • 2,981
  • 5
  • 23
  • 33
0
votes
0 answers

iOS 8 consuming Action app extensions

Well we have an iOS app that enables document browsing and viewing for a proprietary DMS. We are now trying to enable document editing from the app by trying to open Office documents with the official Office apps for iOS (word, Excel etc). Drop-box…
r_honey
  • 883
  • 4
  • 15
  • 31
1 2 3
23
24