simple_beacons_flutter icon indicating copy to clipboard operation
simple_beacons_flutter copied to clipboard

Android runInBackground error: Tried to send a platform message to Flutter, but FlutterJNI was detached from native C++

Open andriy-gulak-ew opened this issue 3 years ago • 2 comments

I've set up beacons_plugin on Android and have set the run in background to true: await BeaconsPlugin.runInBackground(true);

When I terminated the app, I didn't receive any info regarding beacons, but I got the following in logs:

W/FlutterJNI( 6303): Tried to send a platform message to Flutter, but FlutterJNI was detached from native C++. Could not send. Channel: beacons_plugin_stream. Response ID: 0

Can you please help me with this. What should I do in order to get the results from the foreground Android service?

andriy-gulak-ew avatar Dec 07 '20 15:12 andriy-gulak-ew

Same here. Maybe @umair13adil would help?

ezranbayantemur avatar Mar 22 '21 10:03 ezranbayantemur

Do we have any updates on this?

VinniciusJesus avatar Sep 03 '21 10:09 VinniciusJesus