Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

v1.5.0

Compare
Choose a tag to compare
@federicoboschini federicoboschini released this 29 Aug 11:12
· 11 commits to master since this release

Breaking Changes

  • isLocationEnabled() has been renamed to areLocationServicesEnabled()
  • removed enableBluetooth() and enableLocation() methods

Features

  • isLocationPermissionGranted() checks for Location permission.

Location permission states are:

  • "Location.Permission.Granted.WhenInUse"
  • "Location.Permission.Granted.Always"
  • "Location.Permission.Denied"
    Note: on Android there's no When in use state.

Fixes

  • removing methods that open Settings to enable location or bluetooth prevents app rejection by Apple.