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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top