【发布时间】:2026-01-07 22:10:01
【问题描述】:
我想在我的 iPhone/iPad 应用程序中使用通知,但出于演示目的,该应用程序在专用网络中运行(与苹果 APNS 服务器没有连接)。 是否有可以在我的专用网络中安装和使用的 java 库/服务器来模拟 APNS 服务器?
【问题讨论】:
标签: iphone notifications push-notification apple-push-notifications
我想在我的 iPhone/iPad 应用程序中使用通知,但出于演示目的,该应用程序在专用网络中运行(与苹果 APNS 服务器没有连接)。 是否有可以在我的专用网络中安装和使用的 java 库/服务器来模拟 APNS 服务器?
【问题讨论】:
标签: iphone notifications push-notification apple-push-notifications
不,您不能使用其他推送通知服务器。所有通知都必须发送到 Apple 服务器。
【讨论】:
存在使用私有推送通知服务器的依赖于应用程序的可能性。其中之一是来自 Vnet-corp 的 iSip VOIP 客户端。 Vnet-corp 为他们的 iSip 应用程序提供了一个私有推送服务器,作为 VMware 和 VirtualBox 映像:http://www.vnet-corp.com/UserSGuideDownload.htm
【讨论】: