English 中文(简体)
未在装置上接收的缓冲通知
原标题:Push notifications not receiving on device

I am using APNS service in my universal app (iPhone/iPad) and i am not geting notifications on device. Previously i was getting notifications perfectly but now a days with the same code at server side and client, it is not working. On server side notification status is delivered but i am not receiving it on my device.

我已经检查了大部分关于停滞不前的问题,但我无法找到问题。 一位gu说,在发展环境中,它可能出现拖延,但我的问题是,我根本不收到通知。

注:一是使用沙箱环境而不是生产。

最佳回答
  • I just revoke my certificates
  • Uploaded new certificates deleted all provision from my organizer and then created new provisions and installed them on my system. At the same time I got my APNS working.
问题回答

就在你没有找到解决办法的情况下,如果适当确定你的装置日期和时间,还可以检查另外一件事(<>载于“OS<>)。 如果您的iPod、iP或iPadtt被装到,目前,我们发现通知被 silent弃。 当然,还有许多其他可能的解释,说明你为何停止工作,但这只是检查其他一切似乎都属于罚款的情况。

以下是你可以检查的内容。

  1. Check the entitlements while codesigning the app. (They can be seen in Xcode build log).
  2. Check whether notifications are on for the device in the settings menu.
  3. If you are using corporate network on the iOS device, the push notifications might be blocked. Try using a different network.
  4. After launching the app, check the organizer for any logs with the reason why push notifications can not be enabled.

我希望,其中一些帮助是你们的。





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签