Currently, there are only two message types used by Jiguang Push. One is notification, which is a message that pops up directly, and the other is a customized message. However, this kind of customized message will not pop up a notification. The APP needs to Click the push message to enter the specified page, what should I do? I'm using PHP as the backend.
淡淡烟草味2017-05-16 12:04:56
Use notifications.
Click to jump, use extras to transmit data when pushing in the background, and the client will write the jump according to extras after receiving it (implement the code by yourself)
For details, please go to the Jiguang community for consultation: https://community.jiguang.cn/