react-native-xinge-push icon indicating copy to clipboard operation
react-native-xinge-push copied to clipboard

信鸽推送React Native版,支持华为、小米、魅族官方推送通道

Results 23 react-native-xinge-push issues
Sort by recently updated
recently updated
newest added

AppDelegate.m 已经增加 ``` - (void)xgPushUserNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void (^)(void))completionHandler { NSLog(@"[XGPush] click notification"); [[XGPush defaultManager] reportXGNotificationResponse:response]; completionHandler(); } ``` 收到消息后,点击消息,可以打开应用,但不能响应 notification 事件,这样就不能取得消息中的数据,调试提示出现如下错误 Warning: UNUserNotificationCenter delegate received call to -userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:...

用这个库很久了,希望能更新

**描述** 请清晰简洁地描述你遇到的问题 **复现步骤** 重现bug的步骤: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **预期的行为** 请清晰简洁地描述你预期会发生什么 **截图** 如果需要,请添加屏幕截图以帮助解释您的问题 **手机 (请填写下面信息):** - 手机型号: [e.g. 华为...

希望继续更新啊,sdk出4版了

魅族的没做测试,小米的不行呀。 我看XMMessageReceiver.java里面的方法都是空的~

XinGe has released new versions for native SDK, would you please support that? http://xg.qq.com/ctr_index/download Android SDK V3.2.6 2018-09-11 1. 升级小米通道,修复安全漏洞 2. 修复已知crash 3. 修复无法清除通知bug iOS SDK V3.2.0 2018-09-11 1. 增加清除、替换接口...

当 app 处于关闭状态时,能收到通知,但当点击通知后 打开 app 时 onNotification 回调函数不会被调用,app 处于 active 状态是可以触发 onNotification 函数的。 xinge 官方有 android 的跳转方法,但是 RN 该怎么处理呢?求解答!!!

ios注册消息推送的时候,总提示设置设备失败,是什么原因?

主要是不太清楚 AndroidManifest.xml 和 proguard-rules.pro 是否要做任何配置?

![wechatimg241](https://user-images.githubusercontent.com/1924449/41098521-3ecac95e-6a8e-11e8-81e8-74a03ad6729d.jpeg) ![wechatimg242](https://user-images.githubusercontent.com/1924449/41098522-3f23a1be-6a8e-11e8-8311-8a020fd80b62.jpeg) ![wechatimg243](https://user-images.githubusercontent.com/1924449/41098523-3f7bb70a-6a8e-11e8-83c0-c0c8bfc61f10.jpeg) ![wechatimg244](https://user-images.githubusercontent.com/1924449/41098524-3fd08500-6a8e-11e8-8431-d5dc40ea836f.jpeg) 重新改写了demo,修复了bug,统一了接口