cocoa touch - Sending larger data over Bluetooth through GameKit -


In my application, I am trying to send two images which are wrapped in an NSData object. I am following the Sports Kit programming guide and using standard GKSessionDelegate methods and GKPeerPickerController. Unfortunately, my data is larger than 86 kilobytes, so I have to slice the data.

Does anyone know that I can be successful in doing this to enable it to be successfully sent to Bluetooth?

I appreciate any tips Ricky

Some excavations have occurred and it is helping me a lot -

< / Html>

Comments