iOS Notification Handling
iOS does differentiate between the action which happens when pressing the notification and the quick actions which are presented to the user when long pressing a notification.
Firebase Cloud Messaging
To integrate MOOST Notifications into your iOS Application you can use Firebase Cloud Messaging (FCM). With FCM you have a centralized tool to send notifications to your End-users either to Android or iOS Apps. For more information on how to setup Firebase for iOS you can consult this documentation.
Handling FCM notifications
Last updated