Reputation: 89
I am developing an iPhone app in which I need to connect my iPhone with any of the available iPhones around it using 3G and WiFi network. One of the iPhone should be in 3G network and the other should have only WiFi connection. I cant use Bluetooth as the range of connection should be >10 m.
I am wondering if it is possible to use Bonjour protocol to achieve the connection between two iPhones when one is on 3G connection and other is on WiFi, and there is no other network present around.
If not how can I connect two ios devices with one on 3G and one on WiFi, without using Bluetooth.
Thanks for your help.
Upvotes: 3
Views: 1943
Reputation: 103
Here's Apple's example how to transfer data between two devices via Wi-Fi that uses Bonjour protocol: WiTap.
hope this helps......
Upvotes: 3