-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
推送消息能收到,推送通知无法收到 #35
Comments
我的也是,阿里控制台显示已推送,但没有收到,也没任何错误信息. |
我的是xcode没有添加这个,在target-> sign&Capabilities-> +Capability 里 添加 Push Notifications后,可以收到推送了. @vfiee |
好的,我们已经更换了推送服务商,有时间我再启一个demo验证一下,谢谢回复 |
要改源码 class OnNotification { OnNotification(this.title, this.summary, this.extras); } else if ("onNotification" == methodCall.method) { |
可以提个PR吗 |
以上是推送的日志,IOS设备上,推送的消息能收到,但是推送的通知无法收到
The text was updated successfully, but these errors were encountered: