0

When I open my app on iOS 10.3 devices I get Bluetooth Alert Pop each time. Our App supports Apple Watch as well. I don't get this notification on devices lower than iOS 10.3. I tried all questions related to this on stackoverflow yet nothing clicks for me.

Alert Message which am getting is -

"Turn on Bluetooth to Allow App to Connect to Accessories"

is there a way to disable this alert?

I use CLLocationManager and WSI SDK.
Manoj
  • 1,482
  • 2
  • 20
  • 53

1 Answers1

0

This is alert​ for permission as according to apple guidelines it will ask user to enable/disable. Check this reference may it helps :

http://googleweblight.com/i?u=https://stackoverflow.com/questions/19296642/disable-warning-dialog-if-bluetooth-is-powered-off-ios&grqid=iAvkoO3E&hl=en-IN

http://googleweblight.com/i?u=https://stackoverflow.com/questions/12533269/ios-check-if-bluetooth-is-on-without-system-alert-popup-to-user&grqid=T_P53yLJ&hl=en-IN

Community
  • 1
  • 1
Abhishek Thapliyal
  • 3,497
  • 6
  • 30
  • 69