简体   繁体   English

iOS应用不再收到推送通知

[英]iOS app no longer receiving push notifications

We had push notifications all nicely set up for our iOS app, but they stopped working a few weeks ago. 我们已经为我们的iOS应用程序很好地设置了推送通知,但几周前它们停止工作。

It looks like our requests are sent to APNS ok, but push notifications are not being received. 看来我们的请求已发送到APNS ,但是没有收到推送通知。

The only thing that has changed is: 唯一改变的是:

  1. Number of users in our database has grown to about 150 我们数据库中的用户数已增长到约150
  2. The SSL certificate for our domain (not the local_cert that is sent to APNS ) expired, but I don't think this would be the cause(?) 我们域的SSL证书(不是发送到APNSlocal_cert )已过期,但我认为这不是原因(?)

It all worked fine before, and everyone is still using the same version of the app. 之前一切正常,每个人仍在使用相同版本的应用程序。

Just wondering if anyone else has experienced this or may be able to offer a suggestion? 只是想知道其他人是否经历过或者可能提出建议?

My iOS7 developer application stopped receiving messages after changing Provisioning Profiles. 我的iOS7开发人员应用程序在更改配置文件后停止接收消息。

Try going into SETTINGS->NOTIFICATION CENTER, scroll down to your app, tap it and toggle your Alert style between NONE and the style you want. 尝试进入“设置”->“通知中心”,向下滚动到您的应用,点按它,然后在“无”和所需样式之间切换“提醒”样式。

As soon as I did that I got a notification. 我一收到通知就收到通知。 Maybe this might help someone save as many hours as I lost o_O 也许这可以帮助某人节省我失去的时间o_O

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

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