使用JPush Unity Plugin在小米真机运行报错JCore init failed

qq75126461
2018-07-01 05:55 1.8k 0

下载了最新版本的JPush Unity Plugin,导入Unity以后修改AndroidManifest中的包名和JPUSH_APPKEY,然后执行JPushBinding.Init(gameObject.name),打包到小米真机运行后发现报错JCore init failed。

下面是程序运行后JCore报错的上下文:

07-01 13:48:30.974: I/AudioFlinger(190): setAppName(), name=[com.FeiFei.TestWebView], active=[1]
07-01 13:48:30.974: V/EffectDiracSound(190): DiracSound_command() start, cmdCode=23
07-01 13:48:30.974: V/EffectDiracSound(190): DiracSound_Command EFFECT_CMD_SET_APP_NAME: stream=3, name=+com.FeiFei.TestWebView
07-01 13:48:31.027: D/wpa_supplicant(1001): RX ctrl_iface - hexdump(len=11): 53 49 47 4e 41 4c 5f 50 4f 4c 4c
07-01 13:48:31.027: D/wpa_supplicant(1001): wlan0: Control interface command 'SIGNAL_POLL'
07-01 13:48:31.032: D/wpa_supplicant(1001): nl80211: survey data missing!
07-01 13:48:31.041: W/JIGUANG-JCore(21991): [JCoreInterface] JCore init failed
07-01 13:48:31.109: V/AudioPolicyManagerBase(190): stopOutput() output 3, stream 3, session 137
07-01 13:48:31.109: V/AudioPolicyManagerBase(190): changeRefCount() stream 3, count 1
07-01 13:48:31.109: V/AudioPolicyManagerBase(190): releaseOutput() 3

检查了所有日志也没有发现其他JCore和JPush相关的报错,完全不知道为什么初始化失败,请问该怎么查?

1个回答

热门排序