I'm working on an app where users can send remote notifications (to run background fetch on the receiving device) to friends. The Facebook API can provide a friendlist. My question is, how can I send remote notifications to the specific facebook friend?
Currently I am using Microsoft Azure to store some basic app information - can it be used for remote notifications as well?
If there is a better way to trigger background fetches on a specific "friends" device (selectable by the user) please let me know.
Here is an image of what I try to build.
Thank you for any help and useful information!