Top "Unnotificationserviceextension" questions

UNNotificationsServiceExtension is one of the extensions that can be added to a regular iOS app.

how to display image in ios push notification?

iOS 10 introduced push notification framework updates, UserNotificationsUI.framework As written on apple docs, it lets us customize the appearance of …

ios push-notification apple-push-notifications ios10 unnotificationserviceextension
iOS10 UNNotificationServiceExtension not called

Im implementing new iOS10 extension to use rich notifications. Im trying to test it on push notifications but is not …

ios apple-push-notifications ios10 ios-app-extension unnotificationserviceextension
UNNotificationAttachment with UIImage or Remote URL

In my Notification Service Extension I am downloading an image from a URL to show as UNNotificationAttachment in a notification. …

ios swift uiimage unnotificationserviceextension unnotificationattachment
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