jpush-react-native icon indicating copy to clipboard operation
jpush-react-native copied to clipboard

最新版本中init字段错误

Open sean3306 opened this issue 2 years ago • 3 comments

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

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

channel字段错误,导致typescript错误

sean3306 avatar Dec 09 '21 09:12 sean3306

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

mokai avatar Dec 16 '21 14:12 mokai

还有 addCustomMessagegListener -> addCustomMessageListener

mokai avatar Dec 16 '21 14:12 mokai

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

SolidZORO avatar Jun 06 '23 07:06 SolidZORO