-
Notifications
You must be signed in to change notification settings - Fork 118
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
[ios] Call back is not working in release mode #41
Comments
also facing same issue on android. [ERROR:flutter/shell/common/shell.cc(93)] Dart Error: Dart_LookupLibrary: library 'package:my_test_app/location_callback_handler.dart' not found. |
In Android, does same. |
Also facing same issue. I'm forced to downgrade the Flutter version to 3.0.x to make it work. |
Hi, |
I think we need to do like this: firebase/flutterfire#9446 (comment) |
this makes me crazy ...T_T I developed all the function with this plugin and now I can't release it |
having same issue callback_handler not found |
another solution: |
any updates on releasing a fix for this issue? |
Please we need an update for this issue :) |
is that in the function when i call BackgroundLocator.registerLocationUpdate() ? |
I think I am adding the |
For anyone who also runs into this issue (Please note that I used my own custom callback function, meaning that For clarification
Wherever |
This has been fixed in the new version 2.0.6 |
The application is working as expected in debug mode no issues are found.
But when the ios app is running on release mode, The callback is not calling from the native side.
Even the example app is not working in release mode.
The text was updated successfully, but these errors were encountered: