문제

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