HuminiOS

Results 28 comments of HuminiOS

@zhouhaolaoda 如果确定证书没有问题,检查选择的推送环境是否匹配(测试和生产), 如果还是不行通过 registrationID 进行推送(保留 appkey 和 message id 信息),去 [极光社区](https://community.jiguang.cn) 发帖查看具体失败原因。

只是集成了 jpush-phonegap-plugin和cordova-plugin-ionic-webview 然后调用本地推送,没有做其他操作?

如果确定证书没有过期,可以检查几个地方。 做如下检查: - 找到 TARGET -> Capabilities -> Push Notification 选项点开 - 找到 TARGET -> Build Setting -> Code Signing Identity -> Code Signing Entitlements *****Entitle-【release / debug】 .plist 看看有没有...

检查 XCode 工程中有没有 JCoreModule 如果没有手动 link jcore

https://reactnative.cn/docs/0.51/linking-libraries-ios.html#content

确定 componentWillUnmount 执行了吗?

有没有先调用 initPush 这个方法?