【发布时间】:2017-11-18 02:22:45
【问题描述】:
可以在不依赖 Apple 推送通知服务 (APNS) 的情况下使用 3rd 方服务发送推送通知吗?
如果要求使用 APNS 服务,是单纯的 App Store 批准要求还是技术限制?
其他的问题我也看过,比如这个:Apple push notification without Apple Server,不过主要是处理发送文件的,有几年的历史了。
【问题讨论】:
-
您可以使用 Google Firebase 来发送推送,但最终还是在幕后使用了 APNS;所以没有办法绕过 APNS!
标签: ios push-notification notifications apple-push-notifications