Is there possible make push notification without APNS

不打扰是莪最后的温柔 提交于 2019-12-21 09:14:43

问题


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.


回答1:


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




回答2:


No you can not push notification to a device without using Apple's push notification service.




回答3:


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.




回答4:


Check out Urban Airship

Push Composer makes sending Push Notifications simple for anyone in your organization. By putting the power of engagement into the hands of your business team, you can empower them to reach your customers quickly without adding strain on your engineering team. And because you can preview your message as you write it, you’ll know exactly how your users will see and engage with your message.



来源:https://stackoverflow.com/questions/10598780/is-there-possible-make-push-notification-without-apns

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!