An open API service indexing awesome lists of open source software.

https://github.com/logisticinfotech/notification-service-extension-swift

Notification Service Extension in Swift
https://github.com/logisticinfotech/notification-service-extension-swift

notification notification-service notification-service-extension swift-demo swift-notification

Last synced: 8 months ago
JSON representation

Notification Service Extension in Swift

Awesome Lists containing this project

README

          

# Notification Service Extension in Swift

When push notification arrives in an iOS app, you may want to be able to download content in response to it or edit the content before it is shown to the user. In iOS 10 and later, Apple allows apps to do using new Notification Service Extension.

[This blog](https://www.logisticinfotech.com/blog/notification-service-extension-ios/) will help you to setting up project to display image in notification banner.