ios - 没有 Apple 推送通知服务的推送通知?
<p><p>可以在不依赖 Apple 推送通知服务 (APNS) 的情况下使用 3rd 方服务发送推送通知吗?</p>
<p>如果要求使用 APNS 服务,是单纯的 App Store 批准要求还是技术限制?</p>
<p>我看过其他问题,比如这个:<a href="https://stackoverflow.com/questions/20567035/apple-push-notification-without-apple-server" rel="noreferrer noopener nofollow">Apple push notification without Apple Server</a> ,但主要处理发送文件,有几年历史了。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>Apple 要求您使用 APNS 向设备发送推送通知。没有 APNS 就无法做到这一点,如果您找到解决此问题的方法,那么 Apple 很可能会拒绝该应用程序。</p>
<p> <a href="https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/index.html#//apple_ref/doc/uid/TP40008194-CH3-SW1" rel="noreferrer noopener nofollow">Click here</a>阅读文档。当您注册推送通知时,您实际上是从 APNS 获取该特定设备上您的应用程序的设备 token ,因此这是一个特定于 APNS 的 token ,您将需要使用 APNS 发送通知。</p></p>
<p style="font-size: 20px;">关于ios - 没有 Apple 推送通知服务的推送通知?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/44570070/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/44570070/
</a>
</p>
页:
[1]