Delivery improvements and rich content notifications - infobip/mobile-messaging-flutter-plugin GitHub Wiki

Setting up iOS part

With the new iOS 10 you can attach a static or animated (GIF) image (see Rich Notifications for more details), or even a video to push notifications as well as modify the notification content prior to show it to the user. But what is more important for us is that with the Notification Service Extensions we can run arbitrary code in background even if your main application is killed by the user. This feature gives us an opportunity to improve message handling and delivery reporting. In this tutorial you will learn how to integrate the Notification Service Extension with your existing application.

Follow this tutorial to see how to integrate Notification Service Extension.