سؤال

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