All Products
Search
Document Center

Mobile Platform as a Service:Server-side configuration

Last Updated:Mar 23, 2022

After learning about the message push process of Mobile Push Service, you need to configure signature verification, bind users and devices, and push messages.

Prerequisites

  • You have activated mPaaS.

  • You have a server-side application.

  • You have reported the user ID and device ID on client.

Procedure

Step 1: Bind users and devices

When obtaining the user ID and device ID reported by client, the server calls the interface provided by mobile push service to complete binding.

For more information about interfaces, see Client APIs or Server APIs.

Step 2: Push messages

Server can push the following four types of messages by calling interfaces:

  • Simple Push: Push simple messages.

  • Template Push: Push templated messages.

  • Multiple Push: Push different messages to different targets.

  • Broadcast Push: Push message to all users.