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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.