-
Notifications
You must be signed in to change notification settings - Fork 189
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
not working all method in release mode #103
Comments
how to solve this problem ??? |
buildTypes {
|
Never got any issues in release mode... No sure what append, did you try to do a fresh clean of your project ? |
yes same here, Functionality not working in release mode but works in debug mode sms_autofill: ^2.0.0 Doctor summary (to see all details, run flutter doctor -v): • No issues found! |
I have same problem. |
the reason for it is app signature id is different for debug and release application. to find the app signature id for release app please run following command .Please find the solution for generating app signature Id flutter run --release --dart-define=SMS_AUTOFILL_APP_SIGNATURE=<path/to/app-release.apk> for release application |
not working all method in release mode
04-01 00:43:39.333 14898-14939/? E/flutter: [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: MissingPluginException(No implementation found for method listenForCode on channel sms_autofill)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156)
#1 SmsAutoFill.listenForCode (package:sms_autofill/sms_autofill.dart:34)
The text was updated successfully, but these errors were encountered: