Closed csarigumba closed 1 year ago
Plugin version: flutter_background_geolocation: '^4.8.1'
iOS 16.4 made a big change to location API. You should use the latest version of the plugin. You might also want to try using showsBackgroundLocationIndicator: true
.
Latest version is v4.10.3
. See CHANGELOG
hey @christocracy,
thanks for the quick response! I was able to confirm that it works well in the latest version v4.10.3
. Closing this issue.
In my Flutter app, we are running a countdown timer and using this plugin to make the timer continue running while the application is in the background (i.e. when the user minimizes the application).
It was working fine yesterday, but today I updated my iOS to version 16.4.1 and noticed that the background process is no longer working when the application is put in the background.
Your Environment
flutter doctor
):• No issues found!
Expected Behavior
The timer should continue running even though the application is minimized (background)
Actual Behavior
Application is stopped. The timer will resume once you open the app again (resume in Foreground)
Steps to Reproduce
Context
In my flutter app, we are running a countdown timer and using this plugin to make the timer continuously running while the application is in the background (user will minimize the application).
Debug logs