I'm currently developing a turn by turn multi player game for a proof of concept. What I want is that a player from a WP7 can play against a PC player. I'm using the push notification to contact the phone, that's ok for this part.
But I'm hitting a wall when I want to contact the PC. I wanted to use the same approach, but the Push Notification Server Side Library is using the Windows.Phone DLL, which is unavailable on PC-XNA.
Any ideas of how I should proceed or suggestions?
Thanks for your time.