Android 平台极光推送问题 1008

zhouxuming
2019-10-17 07:38 630 0

问题描述 : 日志反馈 errorcode:1008,Invalid appKey : 0dc337f2661e3264374bcd05 , Please get your Appkey from JIGUANG web console! 但是我获取的 appkey 就来自极光应用管理平台

使用版本:
api 'cn.jiguang.sdk:jpush:3.3.6'
api 'cn.jiguang.sdk:jcore:2.1.6'

集成方式: jcenter 自动集成

启动应用初始化日志:

2019-10-17 15:22:22.071 1833-1833/com.comjia.push D/JIGUANG-JPush: [JPushInterface] action:init - sdkVersion:3.3.6, buildId:41
2019-10-17 15:22:22.080 1833-1833/com.comjia.push D/JIGUANG-JPush: [AndroidUtil] action:checkValidManifest
2019-10-17 15:22:22.083 1833-1833/com.comjia.push I/JIGUANG-JPush: [JPushGobal] found messageReceiverClass :com.comjia.push.library.platform.jpush.JPushMessageWrapperReceiverat com.comjia.push by getCommonReceiverNames
2019-10-17 15:22:22.097 1833-1864/com.comjia.push D/JIGUANG-JCore: [JCoreHelper] runActionWithService action:init
2019-10-17 15:22:22.097 1833-1874/com.comjia.push I/JIGUANG-JCore: [JCoreGobal] action:init jcore,version:2.1.6,build id:53
2019-10-17 15:22:22.101 1833-1874/com.comjia.push I/JIGUANG-JCore: [JCommonServiceHelper] found userServiceClass :com.comjia.push.library.platform.jpush.JPushService by getCommonServiceNames
2019-10-17 15:22:22.208 1833-1833/com.comjia.push D/JIGUANG-JCore: [JCoreHelper] runActionWithService action:change_foreground
2019-10-17 15:22:22.208 1833-1833/com.comjia.push D/JIGUANG-JCore: [JCoreHelper] runActionWithService action:notification_state
2019-10-17 15:22:22.230 1880-1880/com.comjia.push:pushcore D/JIGUANG-JPush: [JPushInterface] action:init - sdkVersion:3.3.6, buildId:41
2019-10-17 15:22:22.242 1880-1880/com.comjia.push:pushcore D/JIGUANG-JPush: [AndroidUtil] action:checkValidManifest
2019-10-17 15:22:22.248 1880-1920/com.comjia.push:pushcore E/JIGUANG-JCore: [CheckManifestHelper] errorcode:1008,Invalid appKey : 0dc337f2661e3264374bcd05 , Please get your Appkey from JIGUANG web console!
2019-10-17 15:22:22.252 1880-1921/com.comjia.push:pushcore I/JIGUANG-JCore: [JCoreGobal] action:init jcore,version:2.1.6,build id:53
2019-10-17 15:22:22.252 1880-1880/com.comjia.push:pushcore I/JIGUANG-JPush: [JPushGobal] found messageReceiverClass :com.comjia.push.library.platform.jpush.JPushMessageWrapperReceiverat com.comjia.push by getCommonReceiverNames
2019-10-17 15:22:22.255 1880-1921/com.comjia.push:pushcore I/JIGUANG-JCore: [JCommonServiceHelper] found userServiceClass :com.comjia.push.library.platform.jpush.JPushService by getCommonServiceNames
2019-10-17 15:22:22.258 1880-1880/com.comjia.push:pushcore D/JIGUANG-JCore: [JCoreHelper] runActionWithService action:init

null

null

求解惑

1个回答

热门排序