Jeepeng / react-native-xinge-push

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

IOS 集成信鸽推送出问题 #9

Open DonChengCheng opened 6 years ago

DonChengCheng commented 6 years ago

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

Jeepeng commented 6 years ago

可能原因:

  1. 设置的账号 account 长度为2个字节以上,不要使用"test","123456"这种过于简单的字符串
  2. 拿不到apple push token:不是真机上调试、 推送证书没有配好等
sheepshine commented 6 years ago

我把XGPush.addEventListener('message', this._onMessage);注释掉不报这个错了,还有发布应用的时候capabilites里push notification要打开,不然_onRegister回掉不起作用

charmtiger commented 6 years ago

@sheepshine ios 今天调了很久,没仔细看你最后的话 😂