简体   繁体   English

Iphone没有收到IBM Mobilefirst IOS推送通知?

[英]IBM Mobilefirst IOS Push notification not receiving in Iphone?

I have tried to send push notification using IBM Mobilefirst and configured almost everything by this doc but still i am not receiving push on ios. 我尝试使用IBM Mobilefirst发送推送通知,并通过此文档配置了几乎所有内容,但仍然无法在ios上接收推送。 I am receiving push on android. 我在android上收到推送。

If i check with normal ios push script its also working i receive the push. 如果我检查正常的ios推送脚本,它也可以正常工作,那么我会收到推送。 So i deduce the problem is with mobilefirst server communicating with apple push server. 因此,我推断出问题在于mobilefirst服务器与Apple Push Server通信。

what do i have to do on serverside to check push server are open for mobilefirst? 我必须在服务器端做什么才能检查pushfirst服务器是否已针对mobilefirst打开? 在此处输入图片说明

What and all i have to check inorder for the push notification to work in mobilefirst server? 为了使推送通知能够在mobilefirst服务器中工作,我需要检查什么以及全部?

If you are asking what ports and addresses should be open in your IT infrastructure for push notification communication, then this is the list as described in: https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/notifications/push-notifications-overview/push-notifications-in-hybrid-applications/ 如果您要询问应在IT基础结构中打开哪些端口和地址以进行推送通知通信,则此列表如下所示: https : //developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1 / foundation / notifications / push-notifications-overview / push-notifications-in-hybrid-applications /

For push notifications to be sent, the following servers must be accessible from a MobileFirst Server instance: 为了发送推送通知,必须可以从MobileFirst Server实例访问以下服务器:

Sandbox servers: 沙盒服务器:
gateway.sandbox.push.apple.com:2195 gateway.sandbox.push.apple.com:2195
feedback.sandbox.push.apple.com:2196 feedback.sandbox.push.apple.com:2196

Production servers: 生产服务器:
gateway.push.apple.com:2195 gateway.push.apple.com:2195
Feedback.push.apple.com:2196 反馈.push.apple.com:2196
1-courier.push.apple.com 5223 1-courier.push.apple.com 5223

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

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