Does the Web client support message push?

  1. Push notifications are only supported on the mobile client, not on the Web or mini-program clients.

  2. When you send a message to someone who’s offline, it will be delivered as an offline message upon their next login. Offline messages are stored for up to 7 days, after which they are deleted.

  3. For third-party frameworks such as uniapp, we recommend utilizing the IM service’s message routing function to synchronize messages with your business server, which can then integrate with UniPush’s push capability.

  4. Refer to the message routing documentation here: Post-messaging Callback | RC Developer Documentation