Ionic1项目,Android平台使用自定义的Application后,收不到推送

yanhaog
2017-09-12 04:41 1.7k 0

Ionic1的项目中,使用cordova plugin 命令安装插件并配置后运行,可以收到推送;
在AndroidManifest.xml 节点配置自定义的Application之后,收不到推送

```
09-12 12:26:25.948 15072-15274/com.preview.health I/JPushPlugin: JPush initialize.
09-12 12:26:25.951 15072-15274/com.preview.health I/JIGUANG-JPush: [PluginPlatformsInterface] whichPlatform - 0
09-12 12:26:25.952 15072-15274/com.preview.health I/JPushPlugin: com.preview.health.MeasureApplication@830f693
09-12 12:26:25.962 15072-15309/com.preview.health I/JIGUANG-JPush: [PluginPlatformsInterface] whichPlatform - 0
09-12 12:26:26.967 15072-15072/com.preview.health I/chromium: [INFO:CONSOLE(53)] "JPushPlugin:registrationID is 160a3797c83e761b5f5", source: file:///android_asset/www/js/app.js (53)

```logjpush.txt (638.6 KB)

registrationID: 160a3797c83e761b5f5
Message ID: 3672349917

1个回答

热门排序
  • 1、开启debug,提供完整的客户端日志 2、收不到消息的问题:请提供推送的消息的msgid(MessageID)和收不到这条消息的设备的registrationID(在客户端获取,无论以何种方式做推送,该信息必须提供)信息如何获取: ht 展示全部