ios - 在不连接 APNS 的情况下向 Apple 设备发送推送通知

标签 ios language-agnostic apple-push-notifications send theory

我知道这个问题听起来有点奇怪,但我还是想问这个问题(请随意投反对票):是否可以在不连接到 Apple 服务器的情况下向 iOS 设备发送推送通知?我的想法是从我的私有(private)服务器发送推送,而不是 Apple 的。这可能吗?

最佳答案

来自 developer.apple.com 的信息

Remote notifications—also known as push notifications—arrive from outside a device or a Mac. They originate on a remote server—the app’s provider—and are pushed to apps on devices (via the Apple Push Notification service) when there are messages to see or data to download.

不使用 Apple 推送通知系统 (apns) 就无法做到这一点。

关于ios - 在不连接 APNS 的情况下向 Apple 设备发送推送通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29764996/

相关文章:

ios - 日期格式无法正常工作

ios - 带有 TableView 和手势识别器问题的 Swift/UIView

algorithm - 查找具有属性的对象的最小子集。

algorithm - 如何知道排序算法何时完成?

ios - 如何在 navigationItem titleView 中将来自 xib 的自定义 View 居中

android - 使用 react 抽屉导航在 iOS 上 react native 崩溃

algorithm - 两个鸡蛋掉落拼图变化 : unknown/infinite floors

iOS 接入点 : Can two notification provider servers have same device token

ios - 作为 Apple 推送通知服务提供商,如何获取设备 token ?

ios - 我们可以使用GCM通知作为APNS角标(Badge)图标在iPhone应用程序上显示角标(Badge)编号吗