-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Background Task -- in iOS not running when the app is minimised #501
Comments
I have the same issue. Info.plist BGTaskSchedulerPermittedIdentifiers AppDelegate.swift @UIApplicationMain
} Audio.dart Future initializeService() async {
} Future startService() async { Future stopService() async { @pragma('vm:entry-point')
} @pragma('vm:entry-point') |
Hi,
I am using this package for iOS background task for getting the location continuously using a Timer.periodic, but work's well in debug mode, even when I minimise the app or when the app is in foreground, but in release mode, It only works well when the app is in the foreground, completely not working when it is in the background (minimised), need solution ASAP
The text was updated successfully, but these errors were encountered: