Goober
Goober

Reputation: 13506

C# Monotouch/Xamarin - iOS Bluetooth connection to multiple phones?

Does anyone know if it's possible to use Bluetooth to connect to multiple phones using C# Monotouch/Xamarin iOS?

Update

Upvotes: 2

Views: 750

Answers (1)

poupou
poupou

Reputation: 43553

Yes, you can.

iOS 7.0 introduced the Multipeer Connectivity framework. It can work with both bluetooth and/or wifi (and can even bridge between them, pretty neat).

You can find sample code (e.g. chat, mixed with iBeacons) by googling around for Multipeer Connectivity, iOS and monotouch.

Upvotes: 1

Related Questions