Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@lukaspili lukaspili released this 05 Feb 02:27
· 3 commits to master since this release
87cb75b
  • Breaking change : Geolocation.requestLocationPermission now takes a named parameter for permission
  • Breaking change : New GeolocationResultErrorType.permissionNotGranted type. Previous meaning for permissionDenied is now divided in two different states:
    • permissionNotGranted: User didn't accept nor decline the locationn permission request yet
    • permissionDenied: User specifically declined the permission request
  • Ability to open settings when requesting permission, and user already declined the permission previously: Geolocation.requestLocationPermission(openSettingsIfDenied: true) (opening the settings as fallback is now the default behaviour).
  • Fix background pause/resume on iOS
  • Refactor iOS internal structure