Skip to main content

Mobile Push: Setup and Connection

tip

The setup of browser push notifications is described in a separate article.

Mobile Push are short messages that appear on the screen of a mobile device, even if the application is inactive. Unlike Web Push, Mobile Push notifications are delivered not to a browser but to a mobile application.

A push notification can contain the following data:

  • Title — similar to the subject of an email message;
  • Body — any text for the message;
  • Icon — an image within the notification;
  • Redirect link — directs the user when clicking on the push notification.

The following providers are used to send these notifications:

ServiceSupported Platforms
Google Firebase Cloud MessagingAndroid, iOS
Apple Push Notification ServiceiOS
Yandex.AppMetricaAndroid, iOS
Huawei Mobile ServicesAndroid, iOS
RuStoreAndroid

How to Set Up and Connect Mobile Push Notifications