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
- Host: GitHub
- URL: https://github.com/logisticinfotech/notification-service-extension-swift
- Owner: logisticinfotech
- License: mit
- Created: 2019-05-07T14:52:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T17:04:36.000Z (over 6 years ago)
- Last Synced: 2025-01-02T07:10:15.069Z (9 months ago)
- Topics: notification, notification-service, notification-service-extension, swift-demo, swift-notification
- Language: Swift
- Homepage: https://www.logisticinfotech.com/blog/notification-service-extension-ios/
- Size: 30.3 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.