Jeepeng / react-native-xinge-push

信鸽推送React Native版,支持华为、小米、魅族官方推送通道
Apache License 2.0
78 stars 29 forks source link

最新版sdk出非常重要的功能了,什么时候更新一下 #8

Closed yunuo-tech closed 6 years ago

yunuo-tech commented 6 years ago

最新版的 sdk 新增小米 魅族 华为的官方推送,什么时候抽空更新下吧

charmtiger commented 6 years ago

表示非常关注

Jeepeng commented 6 years ago

抱歉,最近工作很忙,我看看这个周末有没有时间更新一下,谢谢大家支持

charmtiger commented 6 years ago

@Jeepeng 非常感谢

musicode commented 6 years ago

小米推送啥时候更新啊

charmtiger commented 6 years ago

日常签到 表示关注

musicode commented 6 years ago

@Jeepeng 求 发新版

musicode commented 6 years ago

最新集成的小米和魅族能发新版,并给一份文档吗

Jeepeng commented 6 years ago

@musicode 还没有测试,等待小米开发者审核中。。。不过我可以先发一版,有问题欢迎反馈

musicode commented 6 years ago

我看 readme 把安卓的配置都删掉了,是否那些都不需要了呢

Jeepeng commented 6 years ago

@musicode 不需要了,根据官方文档,AndroidStudio会自动集成

musicode commented 6 years ago

包括配置权限都会自动集成了,好方便啊

musicode commented 6 years ago

@Jeepeng example/android 目录最近没有更新,最新版还是参考它么

Jeepeng commented 6 years ago

@musicode 是的,参考example

musicode commented 6 years ago

example 是 9 个月前的,那时候还没有集成华为,小米,而且 AndroidManifest.xml 还配置了好多权限,确定是参考它吗

Jeepeng commented 6 years ago

@musicode 我这边显示2天前 example

musicode commented 6 years ago

@Jeepeng example 无法运行 image

我按照 example 集成到项目里

XGPush.init(PUSH_ACCESS_ID, PUSH_ACCESS_KEY)
XGPush.register(id)

触发了 register 事件,然后我在信鸽控制台去给这个设备发消息,notificationmessage 没收到回调