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.
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.
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