简体   繁体   English

静默推送通知未收到

[英]Silence Push notifications Not received

I have one app in which i am using silence-push-notifications . 我有一个应用程序,在其中我使用了silence-push-notifications It is working fine but one of my client complained that he has not receiving the updates which means that he is not receiving the silence-push-messages . 它工作正常,但是我的一位客户抱怨他没有收到更新,这意味着他没有收到silence-push-messages Can some body guide me what will be the possible reasons on the phone settings side which may be my user has disabled because of which he is not receiving the silence push messages. 某些机构可以指导我在电话设置方面的可能原因吗,可能是我的用户已禁用,因此他未收到静音推送消息。

I guess my code is okay because everyone else is receiving the updates. 我想我的代码还可以,因为其他所有人都在接收更新。

For the Silent push Please make sure about : 对于无声推送,请确保:

  1. Silent push will only work on the device having iOS7 and higher. 静默推送仅适用于具有iOS7和更高版本的设备。
  2. Please make sure that you have set content avail in payload which came from the push notification. 请确保您已将有效内容设置为来自推送通知。 content-available' => '1' 内容可用'=>'1'
  3. background fetch mode should be on for the app. 该应用程序应启用后台获取模式。
  4. And the ck.pem file should be a working one :) 并且ck.pem文件应该是可以工作的一个:)

please check above things. 请检查以上内容。 May that can help you. 希望可以为您提供帮助。 Thanks. 谢谢。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM