如何在没有苹果设备的情况下发送推送通知

问题描述 投票:0回答:2

是否可以在没有Apple设备的情况下为Apple发送推送通知?我想使用来自Apple的任何页面或服务发送推送通知,但不使用例如以xcode创建的应用程序。我将获得推送的应用程序已经准备就绪并且可以正常工作,但是我想从普通页面(而不是从Mac或iPhone应用程序)发送推送。

notifications push
2个回答
0
投票

Apple推送通知只能发送到Apple设备(适用于Mac的iOS,OSX或Safari)。但是,您可以使用Apple Push Notification Service API从任何类型的操作系统发送通知:https://developer.apple.com/library/ios/documentation/networkinginternet/conceptual/remotenotificationspg/Chapters/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW9


0
投票

是,您可以使用推送通知API(例如Spontit)免费进行此操作。

参见此处:https://github.com/spontit/spontit-api-python-wrapper

© www.soinside.com 2019 - 2024. All rights reserved.