Disable system alert on accessing bluetooth information

I am trying the access the state of bluetooth by calling the following api in my application


centralManager = CBCentralManager(delegate: self, queue: nil)


Initializing the central Manager by calling CBCentralManager shows iOS default system alert informing the user that the app is trying to access Bluetooth (with OK and Settings option). Can we disable the system alert? Can we customize the bluetooth system alert.



Thanks,

Jala

Replies

Hi Jala, i have same your issues with my application, and my ask, you have way fix it? Thanks, TStephent