bluetooth authentication popup show without connecting the bluetooth

hi,

I didn't use Bluetooth in my app, but applications show me popup to allow Bluetooth, and if remove the Bluetooth permission in info.plist the app will crash.

the app didn't call any type of Bluetooth method.

i saw CoreBluetooth in project -> build setting -> linking -> CoreBluetooth, when i remove it i got an error.

please tell me how may I remove Bluetooth pop with my project because I don't have Bluetooth usage in my project,

thanks
You will need to check any 3rd party libraries you are using to find out which one is using Bluetooth, and remove that.
bluetooth authentication popup show without connecting the bluetooth
 
 
Q