jpush / jpush-react-native

JPush's officially supported React Native plugin (Android & iOS). 极光推送官方支持的 React Native 插件(Android & iOS)。
http://docs.jiguang.cn
MIT License
1.35k stars 336 forks source link

最新版本中init字段错误 #861

Open sean3306 opened 2 years ago

sean3306 commented 2 years ago

目前: JPush.init({appKey:"xxxxxx", production: true, titchannelle: "dev"});

应为: JPush.init({appKey:"xxxxxx", production: true, channel: "dev"});

channel字段错误,导致typescript错误

mokai commented 2 years ago

哈哈,今天集成时也看到了,犯这么低级的错误

mokai commented 2 years ago

还有 addCustomMessagegListener -> addCustomMessageListener

SolidZORO commented 1 year ago

2023-06-15 前来反馈,channel 写成 titchannelle 的 bug 还在。官方考虑修修?