-
Notifications
You must be signed in to change notification settings - Fork 44
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
methodChannel in invokeMethodOnUiThread(Map) is null #114
Comments
Hi @boymustafa Can you help us as figure out whats your use case for using WorkManager library. Also if possible can you share the code snippet where you've used
|
Hi,
The
As for the details of the SDK:
|
Hi Clevertap team,
We are having issue where Clevertap SDK is clashing with the Work Manager library (https://pub.dev/packages/workmanager). The issue is when we execute
await Workmanager().cancelAll()
setCleverTapInAppNotificationButtonClickedHandler
andsetCleverTapInboxNotificationButtonClickedHandler
wont be executed. Even the Clevertap is throwing an errorD/CleverTapPlugin(29108): methodChannel in invokeMethodOnUiThread(Map) is null
We also tried to change to another work manager library which is here https://pub.dev/packages/background_fetch and the result is still the same. Is there any way from your side to help us with this issue? Your feedback and help on this matter are much appreciated.
The text was updated successfully, but these errors were encountered: