project4-0

Results 3 comments of project4-0

Hello I have the same problem. Background task are running on IOS only if Workmanager is initialized in debug mode = true. Workmanager().initialize(callbackDispatcher, isInDebugMode: true); If isInDebugMode = false. Does...

I do register the oneOffTask with static method like this. On Android works. but on IOS not. static void registerOneOffTask( {required String taskKey, required String taskName, required Map inputData, required...

This is why you havent registered this task as per instructions. In IOS all task has to be registered first in order to be executed. In Runner -> AppDelegate.swift and...