Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You can connect two iPhones and transfer data via Bluetooth using either the high-level <a href="http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/GameKit_Guide/GameKitConcepts/GameKitConcepts.html" rel="nofollow noreferrer">GameKit framework</a> or the lower-level (but still easy to work with) <a href="http://developer.apple.com/iphone/library/documentation/Networking/Conceptual/NSNetServiceProgGuide/Introduction.html#//apple_ref/doc/uid/TP40002520" rel="nofollow noreferrer">Bonjour discovery mechanisms</a>. Bonjour also works transparently between Bluetooth and WiFi on the iPhone under 3.0, so it's a good choice if you would like to support iPhone-to-iPhone data transfers on those two types of networks.</p> <p>For more information, you can also look at the responses to these questions:</p> <ul> <li><a href="https://stackoverflow.com/questions/1004017/where-can-i-find-iphone-sdk-3-0-gamekit-tutorials-for-developing-p2p-applications">"where can I find iphone sdk 3.0 GameKit tutorials for developing P2P applications?"</a></li> <li><a href="https://stackoverflow.com/questions/1217965/iphone-to-iphone-networking">"iPhone to iPhone networking"</a></li> <li><a href="https://stackoverflow.com/questions/1049393/gamekit-in-iphone-sdk-3-0">"GameKit in iPhone SDK 3.0"</a></li> <li><a href="https://stackoverflow.com/questions/1017688/is-iphone-bluetooth-function-limited-in-os-3-0">"Is iPhone bluetooth function limited in OS 3.0?"</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload