开发者

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

开发者 https://www.devze.com 2023-04-05 05:25 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

Is i开发者_开发百科t possible to send Push Notification from one iPhone Device to another?

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消