iOS Exchange data from one iPhone to another via 3g/Edge / Bonjour?

hfmn

macrumors newbie
Hi,

I like to build an app that can talk to another iPhone with the same App running. Think about it as a chat application. Is there a way to find the other iPhone that is running the App without a server in the middle? Maybe using Bonjour?

Please guid me to any code sample or please tell me how this could work. Thank you!
 
Hi,

I like to build an app that can talk to another iPhone with the same App running. Think about it as a chat application. Is there a way to find the other iPhone that is running the App without a server in the middle? Maybe using Bonjour?

Please guid me to any code sample or please tell me how this could work. Thank you!

Check out the WiTap code example.
 
Thank you. This works locally in the same network. Is there also a way to do this on the WAN? Worldwide through the Internet?
 
Thank you. This works locally in the same network. Is there also a way to do this on the WAN? Worldwide through the Internet?

Not without a server for now. 3.0 will allow ad-hoc sharing if you can wait that long...
 
Thank you. But as I understand it, I will still need a server even with SDK3's Push?! Right?
 
WiChat from iTunes has bonjour chatting without the need for a server. You can explore the same path.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.
Back
Top