The permissoin is required - com.notebike.qzebras.permission.JPUSH_MESSAGE
You should make main activity extends InstrumentedActivity (JPush), otherwise you will not see user click and user active time start on report in Portal.
JPush running checked failed!
请检查mainifest是否添加了权限
<uses-permission android:name="com.notebike.qzebras.permission.JPUSH_MESSAGE" />
本文介绍了如何正确配置JPush消息权限,确保应用程序能够正常接收推送消息。为了解决JPush运行检查失败的问题,需要在AndroidManifest.xml文件中添加特定权限。

3320

被折叠的 条评论
为什么被折叠?



