-
Notifications
You must be signed in to change notification settings - Fork 272
Description
Required Reading
- Confirmed
Plugin Version
flutter_background_geolocation: ^4.13.3
Mobile operating-system(s)
- iOS
- Android
Device Manufacturer(s) and Model(s)
all
Device operating-systems(s)
all
What do you require assistance about?
Hello Transistor Software team,
We previously purchased the plug-in and successfully used the offline storage of GPS pulses feature in our Flutter application. However, we recently identified that the application is no longer storing location pulses when the device is offline.
We have not made intentional changes related to location persistence, so we would like to understand what could be causing this behavior and whether there are new configuration requirements or updates necessary.
Environment
Framework: Flutter
Platforms: Android / iOS
Plug-in version: flutter_background_geolocation: ^4.13.3
Device models: All
OS versions: All
Expected Behavior
Location pulses should be stored locally when the device is offline.
Once connectivity is restored, pulses should sync normally.
Actual Behavior
Location pulses are not being saved offline.
No pending records appear to be queued or uploaded after reconnection.
Steps to Reproduce
Run the application using the plugin with offline storage enabled.
Disable internet connectivity.
Generate GPS movement/pulses.
Re-enable connectivity.
Observe that no pulses have been stored or synced.
Additional Information
Please let us know if there were recent changes to the plug-in related to offline persistence or if additional setup is now required.
We are happy to provide logs or any other detail needed.
Thank you for your support.