fluttercommunity / flutter_workmanager

A Flutter plugin which allows you to execute code in the background on Android and iOS.
851 stars 260 forks source link

Unhandled Exception: PlatformException(bgTaskSchedulingFailed(Error Domain=BGTaskSchedulerErrorDomain Code=1 "(null)") error, Scheduling the task using BGTaskScheduler has failed. #474

Closed luohao123 closed 1 year ago

luohao123 commented 1 year ago

Unhandled Exception: PlatformException(bgTaskSchedulingFailed(Error Domain=BGTaskSchedulerErrorDomain Code=1 "(null)") error, Scheduling the task using BGTaskScheduler has failed.

dab246 commented 1 year ago

I have a similar problem when running example on ios

ened commented 1 year ago

https://stackoverflow.com/a/58683962/375209 - please check here. iOS simulator does not support background tasks.