Yukams / background_locator_fixed

A Flutter plugin for updating location in background.
MIT License
51 stars 104 forks source link

can someone help #82

Open sokphengcheang opened 1 year ago

sokphengcheang commented 1 year ago

static Future initialize() async { final CallbackHandle callback = PluginUtilities.getCallbackHandle(callbackDispatcher)!; await _channel.invokeMethod(Keys.METHOD_PLUGIN_INITIALIZE_SERVICE, {Keys.ARG_CALLBACK_DISPATCHER: callback.toRawHandle()}); --> this line make callkit not working. }

tulioccalazans commented 1 year ago

Reading your comment on the presented code I could understand that there is a conflict with libraries that deal with pushkit like callkit.

As mentioned here and here. But you didn't elaborate on this issue.