I am implementing Push Notification for peer to peer communications notification. I have a few implementation questions.
1) How do you securely prevent the user from sending a notification to all devices?
2) Are there any good examples of peer to peer communications that are available for a newbie?
3) How to send notification to multiple devices where the same user is logged in?
4) How to track what devices a user is logged into, so only notifications for that user are delivered to all the right devices.
Thanks