2.5.10: Improvements and bugfixes
Improvements:
- Added an option to
InitializerOptions
to control whether or not the SDK should show native permissions prompts (#268) - Added methods to
ConnectButtonController
to toggle and read a SDK-level flag that determines whether or not geofencing is enabled for a given connection (#270). - Added method to
ConnectButtonController
to optionally execute a closure when an SDK configured background process is started by the system (#271).
Bugfixes:
- Fixes an issue where a geofence with the same identifier but different latitude, longitude, and radius was not getting updated with the system geofence registration methods (#267)
- Fixes an issue where sometimes geofences would not get unregistered when
ConnectButtonController.deactivate()
is called.