没有 Apple 推送通知服务的推送通知?

Push Notifications without Apple Push Notification Service?

能否在不依赖 Apple 推送通知服务 (APNS) 的情况下使用第三方服务发送推送通知?

如果要求使用 APNS 服务,是 App Store 批准的要求还是技术限制?

我看过其他问题,例如这个:Apple push notification without Apple Server,但它主要处理发送文件并且是好几年了。

Apple 要求您使用 APNS 向设备发送推送通知。如果没有 APNS,这是无法完成的,如果您找到解决方法,那么 Apple 很可能会拒绝该应用程序。

Click here 阅读文档。当您注册推送通知时,您实际上是从 APNS 获取该特定设备上您的应用程序的设备令牌,因此这是一个 APNS 特定令牌,您将需要使用 APNS 发送通知。