Slide 34
Slide 34 text
Multipeer Connectivity
Implement
MCSession
// Send Message
[session sendData:messageData
toPeers:@[peerID,peerID,peerID,…]
withMode:MCSessionSendDataReliable
error:&error];
// MCSessionSendDataReliable is faster, but…
// delivery is not guaranteed
// nor is order
Step 5: Communicate