jmessage-react-plugin icon indicating copy to clipboard operation
jmessage-react-plugin copied to clipboard

Results 43 jmessage-react-plugin issues
Sort by recently updated
recently updated
newest added

debug模式没有任何错误,功能一切正常。 开发完成,转为release打包的时候,出现编译错误: `Showing Recent Messages :-1: Ignoring file /Users/hehui/Projects/reactnative/ftvpn-mobile/node_modules/jmessage-react-plugin/ios/RCTJMessageModule/JMessage.framework/JMessage, missing required architecture i386 in file /Users/hehui/Projects/reactnative/ftvpn-mobile/node_modules/jmessage-react-plugin/ios/RCTJMessageModule/JMessage.framework/JMessage (4 slices) Showing Recent Messages :-1: Undefined symbol: _OBJC_CLASS_$_JMSGMediaAbstractContent :-1: Undefined symbol: _OBJC_CLASS_$_JMSGFriendManager :-1:...

你们的插件不维护了吗,QQ群加不进去,提问题也不回

我在 App.js 进行了如下配置: ```javascript const params = { appKey: 'xxxxxxxxxxxxx', isOpenMessageRoaming: true, isProduction: false, channel: '', }; JMessage.init(params); ``` 之前可以正常登录使用,但是今天早上十点左右,突然无法正常登录。 错误日志如下: ![image](https://user-images.githubusercontent.com/5047936/63241374-55694500-c208-11e9-9d6f-8d9f5f9765d2.png) 请问这是什么原因导致的? 为什么会提示 AppKey为''呢?

导入后出现这个unfortunately app has stopped

Ios 可以使用 setBadge,android 呢?

``` "jcore-react-native": "1.3.2", "jmessage-react-plugin": "3.1.5", "react-native": "0.59.8", ``` 添加了监听 addSyncOfflineMessageListener,ios端正常,android端listener没有执行