<callbackDispatcher method not responding while us...
# community-feeds
r
callbackDispatcher method not responding while using Workmanager().registerOneOffTask in IOS I am trying to run workmanager package on IOS. It works fine on android but doesn't work on IOS. I am using iphone 14 to test. I did setup for ios following iosSetup. callbackDispatcher doesn't respond. This is my key const simpleTaskKey = "be.tramckrijte.workmanagerExample.simpleTask"; This is the function that is not responding at all void callbackDispatcher() {...