All Products
Search
Document Center

Mobile Platform as a Service:Configure the server-side

Last Updated:Jan 21, 2026

After you understand the general process of the Mobile Push service, you can configure signature verification, attach users and devices, and push messages on your server-side.

Prerequisites

  • You have activated mPaaS.

  • You have a server-side application.

  • The client has already reported the user ID and device ID.

Procedure

Step 1: Bind users and devices

After the server-side receives the user ID and device ID from the client, you can call the Mobile Push service API to bind the user to the device. For more information, see the Client API or the Server-side API.

Step 2: Push a message

The server-side can call RESTful APIs to push the following types of messages:

  • Simple push: Push a simple message.

  • Template push: Push a message using a template.

  • Batch push: Push different messages to different targets.

  • Broadcast push: Push a message to all users.