5

The question is simple: Is there any way to get noticed when the users enables or disables bluetooth on a iOS device?

I searched the internet but just found some private API“s.

Thanks for your help.

jjuser19jj
  • 1,637
  • 3
  • 20
  • 38

1 Answers1

0

You can use Bluetooth Low Energy's (BTLE) interface. You will get updates whenever an user disables/enables Bluetooth in settings. Check the CBCentralManagerDelegate Protocol Reference. And of course you can also check the state

Jens Schwarzer
  • 2,840
  • 1
  • 22
  • 35