使用厂商通道需要设置一个辅助弹窗,本插件写死辅助弹窗为com.alibaba.uniplugin.android.third.push.ThirdPushPopupActivity,效果为用户点击通知之后拉起应用。
要自定义厂商通道打开的链接怎么办
使用厂商通道需要设置一个辅助弹窗,本插件写死辅助弹窗为com.alibaba.uniplugin.android.third.push.ThirdPushPopupActivity,效果为用户点击通知之后拉起应用。
要自定义厂商通道打开的链接怎么办
2 个回复
阿里云EMAS
把链接放到扩展参数里,在registerThirdPush的回调里,再对链接进行 打开之类的处理。
1***@qq.com (作者) - 1111
plus.runtime.restart 会导致 plus.push.createMessage 无法创建
手动杀掉应用后,恢复正常
plus.runtime.quit 无法正常杀死应用
使用unipush 正常。