-
Push notifications are only supported on the mobile client, not on the Web or mini-program clients.
-
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.
-
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.
-
Refer to the message routing documentation here: Post-messaging Callback | RC Developer Documentation