Top "Ios-extensions" questions

App Extensions for iOS development.

How to use Notification service extension with UNNotification in iOS10

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-extensions
How to suppress `warning: linking against dylib not safe for use in application extensions`?

I 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-extensions
iOS 10 don't call Notification Service Extension

I tried to implement the new Notification Service Extension, but I have a problem. In my NotificationService.swift file I …

ios swift ios10 ios-extensions unnotificationserviceextension
Retrieve ALAsset or PHAsset from file URL

Selecting images in Photos.app to pass to an action extension seems to yield paths to images on disk (e.…

ios8 ios8-extension photokit ios-extensions
Swift override protocol methods in sub classes

I'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-extensions
"Unable to Load" message in Today's Widget

I'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-extensions
How to communicate between iOS App Containing Extension and Extension (not Host App)

TLDR: 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-extensions
iOs Widget background update

According 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-extensions
How do i add this sharing button? IOS8 with swift

I want there to be a button in my app, that when it is pressed, this(See image below) Pops …

iphone swift ios8 sharing ios-extensions
Always 'Ad Hoc Code Signed' for Embedded Binary Signing Certificate

I 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