I need some information regarding what I'll be needing to implement and how if I would like to do the following:
lets say me and my friend/s both have my app installed on the iphone, in the app I would like to have a "contacts" bar and see that he is also using this app, then select my friend or even more people and send him/them a push notification with my own custom object, that will have the app do a bunch of actions on their end.
heres what i thought: I'm guessing I'll need to have my own server, register each user's device token in the server database, but can the push notification maybe contain a json value that I can then parse on the end users device ? or maybe theres a simpler way of transferring objects and information between one to one/many devices ?
any tutorials/ideas/advice ?