Flutter iOS Media Push

To enable iOS10 Media Push in your Flutter application, follow the detailed steps in iOS Media Push:

Media Push

Additionally, make sure to update your Podfile by adding the following Netmera dependencies at the top:

# Required for receiving Media Push notifications
pod "Netmera", "3.23.6"
pod "Netmera/NotificationServiceExtension", "3.23.6"
pod "Netmera/NotificationContentExtension", "3.23.6"

By ensuring these dependencies are properly included, your Flutter app will be set up to handle rich media push notifications on iOS.

Last updated

Was this helpful?