views:

72

answers:

1

Can I use the push notification to send the message from one iPod touch to another one? Is there any pointer information that I can read?

Thank you! Marcelo

A: 

You can do this, but it's non-trivial. You can use UrbanAirship to send the notifications, but you'll still need some kind of intermediary server to actually figure out how to get two people each other's device tokens for sending.

Ben Gottlieb
You'll likely need to write your own server code logic.
Moshe