App Extensions for iOS development.
Apple introduce new extension names "UNNotificationServiceExtension", but how to launch it from push notification ? I read that service extension provide …
ios push-notification ios10 ios-extensionsI have a dynamic framework that is shared between an iOS application and an extension. There is some code in …
ios ios-frameworks linker-warning ios-extensionsI tried to implement the new Notification Service Extension, but I have a problem. In my NotificationService.swift file I …
ios swift ios10 ios-extensions unnotificationserviceextensionSelecting images in Photos.app to pass to an action extension seems to yield paths to images on disk (e.…
ios8 ios8-extension photokit ios-extensionsI've a base class that implements an extension that conforms to a protocol as below: protocol OptionsDelegate { func handleSortAndFilter(opt: …
ios swift overriding protocols ios-extensionsI'm in between with my widget development. As we have already placed our app with widget integration. But in now …
ios ios-app-extension ios8-extension ios8-today-widget ios-extensionsTLDR: Is it possible to send realtime messages or notifications between iOS App and it's Extension? I'm writing an iOS …
ios core-data swift nsnotificationcenter ios-extensionsAccording to what apple says about widgetPerformUpdateWithCompletionHandler:, the iOs Widget can update his content also when the widget is not …
ios objective-c cocoa-touch ios8-today-widget ios-extensionsI want there to be a button in my app, that when it is pressed, this(See image below) Pops …
iphone swift ios8 sharing ios-extensionsI have two targets, the main target & an extension target. Now when I'm trying to archive the app, Xcode …
ios xcode code-signing provisioning-profile ios-extensions