How to send Push Notification from one iPhone Device to another? [closed]

醉酒当歌 提交于 2020-01-17 01:50:15

问题


Is it possible to send Push Notification from one iPhone Device to another?

If yes, then can you please show me how it can be done?


回答1:


No, you can not send Push Notifications directly between two devices. Push notifications are sent from a dedicated server that you own or have hosted by somebody else.

If you want to trigger a push notification from one phone to another then you need to implement a system where the first phone sends a message to your server which then sends the notification to the other phone.

From a users perspective it will work like they send it directly, but technically it's a bit more complicated.



来源:https://stackoverflow.com/questions/7412117/how-to-send-push-notification-from-one-iphone-device-to-another

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