https://github.com/chicio/notification-content-extension-example
An example project created for my blog post "Rich iOS notifications with Notification Content Extension" :iphone:
https://github.com/chicio/notification-content-extension-example
apple extensions ios local-notifications mobile mobile-app notifications push-notifications pushnotification pushnotifications rich-push storyboard swift
Last synced: about 1 year ago
JSON representation
An example project created for my blog post "Rich iOS notifications with Notification Content Extension" :iphone:
- Host: GitHub
- URL: https://github.com/chicio/notification-content-extension-example
- Owner: chicio
- License: mit
- Created: 2018-08-06T20:27:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T22:54:38.000Z (about 1 year ago)
- Last Synced: 2025-04-23T15:14:52.492Z (about 1 year ago)
- Topics: apple, extensions, ios, local-notifications, mobile, mobile-app, notifications, push-notifications, pushnotification, pushnotifications, rich-push, storyboard, swift
- Language: Swift
- Homepage: https://www.fabrizioduroni.it/blog/
- Size: 1.22 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Notification-Content-Extension-Example
[](https://raw.githubusercontent.com/chicio/Notification-Content-Extension-Example/master/LICENSE.md)
An example project in which I show how it is possible to customize the UI of a notification by using Notification Content Extension.
This is a project for my blog post [Rich iOS notifications with Notification Content Extensions](https://www.fabrizioduroni.it/2018/09/09/ios-notification-content-extensions/).
***
### Description
This repository contains an example of an app that shows a rich push notification to the user by using a Notification Content Extension.
This is a quote from the post:
>During a workshop I recently attended I had the opportunity to discover anew interesting extension type: Notification
Content App Extension. This extension has been added by Apple in iOS 10 let you customize the UI of your
notification. In this way you can send more engaging notification to your users....
Click [here](https://www.fabrizioduroni.it/2018/09/09/ios-notification-content-extensions.html) to read the post.