views:

2943

answers:

2

Hello, I'm starting to develop a p2p applcation for the iphone sdk 3.0. But I'm finding it hard to find good code examples for the bluetooth api. Anyone knows where I can find this info for newbies?

thanks!!!

+2  A: 

The Pragmatic Programmers just made available the book iPhone SDK Development by Bill Dudney, Chris Adamson, and Marcel Molina through their beta book program. You can purchase a PDF (and Kindle) version right now, and it contains a detailed chapter on Bonjour and GameKit networking, along with code examples. Aside from Apple's documentation and sample code, it's probably the best resource you'll find right now.

Brad Larson
+1  A: 

Just to add the existing samplecode, you can get GKTank from the apple dev site and BeamIt source code here:

http://arctouch.com/beamit/

John