don / cordova-plugin-ble-central

Bluetooth Low Energy (BLE) Central plugin for Apache Cordova (aka PhoneGap)
Apache License 2.0
942 stars 603 forks source link

How to check if LocationEnabled on IOS #911

Closed playrobotics-alex closed 2 years ago

playrobotics-alex commented 2 years ago

Hi! I am using isLocationEnabled() and it works perfectly on Android but seems not to work on IOS. If I understand correctly isLocationEnabled is not supported on IOS... What can I do instead?

Thanks :-)

peitschie commented 2 years ago

Hi @playrobotics-alex

It's not necessary on iOS... I'd just skip the check all together! You can use device.platform from the cordova-plugin-device to sniff which platform is in use.

playrobotics-alex commented 2 years ago

Got it! Thanks 👍