/Notification-Content-Extension-Example

An example project created for my blog post "Rich iOS notifications with Notification Content Extension" :iphone:

Primary LanguageSwiftMIT LicenseMIT

Notification-Content-Extension-Example

Build Status GitHub license

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.


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 to read the post.