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

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:

Awesome Lists containing this project

README

          

# Notification-Content-Extension-Example

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](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.