Question

I have read Does the iPhone simulator in Xcode support Bluetooth Low Energy?

I need to establish a connection with BLE from the mac retina to the iPad Air . Did something has changed and i can now make the connection from the mac ?

How if not, can someone make an app that connect the mac to the iDevice if you can't establish the connection from mac to iDevice in simulator ?

Is there a way to do that ?


Was it helpful?

Solution

The simulator is not supported any more since iOS7 and XCode 5. You need a real device to test core bluetooth iOS applications. There were too much issues with the simulator so they finally dropped its support.

If you have two iOS devices, then use those for testing. If you have only one, then you can create a Mac app that can simulate the other role. The most efficient way to test highly depends on your application.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top