Is there possible make push notification without APNS

I need to know if its possible to make push notifications without use the APNS.

And if it can be done, what are the best options?

Web server ->pushNotification-> Device

What about the VoIP apps? --> Can we push notification without using APNs?

Thanks.


No, there is no way to use Push notification without APNS. This is restriction from Apple and is documented here


不,您不能使用Apple的推送通知服务将通知推送到设备。


It is not possible to display push notifications for your application in the same way that the built in push notifications appear without using the Apple Push Notification Service.

You may be able to set up some kind of web socket-based solution, but that will not work when your app is in the background, thus defeating the point.

链接地址: http://www.djcxy.com/p/10730.html

上一篇: Android:使用NDK构建原生GUI应用程序?

下一篇: 没有APNS,是否可以进行推送通知?