php - When the APP clicks the Jiguang push notification to enter the specified page, is it using the rich media of Jiguang Push?
迷茫
迷茫 2017-05-16 12:02:56
0
1
529

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.

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(1)
淡淡烟草味

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/

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template