Question

I need to connect the bluetooth handset programmatically in one of my iOS projects. I do not want to go through iPhone settings to connect the bluetooth handset.

Is there any possibility to achieve this in iOS SDK via public API?

If not then how can I achieve this via private frameworks?

Was it helpful?

Solution

Unfortunately, this is not possible with public iOS APIs.

Regarding private frameworks: There is the BluetoothManager framework. I have not experimented with it too heavily yet, though.

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