Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想了解 APNS 与我的 Web 服务器接收推送通知的周期。我在(外侧)从我的网络服务器打开端口 2195,我需要另一个端口在我的服务器中打开它以接收推送通知吗???因为还没有收到。
请帮忙!
是的,端口 2195 已打开。使用 APNS,您只发送东西。除非您使用反馈网关,否则 Apple 不会向您发送任何内容,我想这不是您的情况……
您的服务器没有收到推送通知。它只向 Apple 发送请求,然后 Apple 向 iOS 设备或 MacOS 桌面发送通知。
如果您的设备没有收到并且您的服务器代码能够与苹果建立连接,很可能您的推送证书没有上传到您的服务器,或者它有权限问题,或者它没有在您的 iOS 开发网站上正确生成。
ps 如果您要发送 OUT 东西,您的端口在逻辑上应该从服务器内部(出站)打开