flutter_background_service icon indicating copy to clipboard operation
flutter_background_service copied to clipboard

Can i add periodical call in background for ios and android

Open vitulgoyani opened this issue 3 years ago • 4 comments

hello, I have to save location data every 1 minute even if the app is killed can we do that using your plugin

vitulgoyani avatar Feb 23 '22 12:02 vitulgoyani

you can do it in android as far system doesn't kill your app. In ios, we use background fetch that not possible to execute any task faster than 15 minutes once.

ekasetiawans avatar Feb 23 '22 12:02 ekasetiawans

thank you @ekasetiawans

  • still can't call my dart code in the background when the app is in kill mode

vitulgoyani avatar Feb 26 '22 05:02 vitulgoyani

You can't call any code if your app is killed.

ekasetiawans avatar Feb 26 '22 06:02 ekasetiawans

really, can you suggest to me any plugin thank you🙏🏻

vitulgoyani avatar Mar 01 '22 04:03 vitulgoyani