I'm planning to build a cross platform application where the windows store app should send messages to a selected windows phone device.
I'm wondering what possibilities do I have and are there any resources which provide examples / tutorials?
I was thinking about Push Notifications first. But I guess I'll need an additional web service to realize the communication. Maybe using microsoft azure mobile services for this would be an idea..
I've found an example to establish a connection via Bluetooth, but since most of the PC's don't have bluetooth this solution is not enough.
Is there a way to communicate over wifi or usb? I can't find any resources regarding this.
Many thanks..