-
Notifications
You must be signed in to change notification settings - Fork 191
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
OTP Autofill not working when app is live, Its working fine until its under internal testing #213
Comments
Hey man Have you found a solution ? I am getting the same problem |
Getting the same problem for me. Need solution. |
This problem occurs because the app signature is different in production and test(debug). run app in release mode on real devices and use that app signature. |
how to solve release mode app live play store use firebase auth. |
Hi Everyone , 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 |
How would this work with app bundles? I am having an issue with my SMS aggregators removing special characters like + in my app code |
Is this method now working?? |
I have solved my problem. |
Im having the same issue but only in my own phone (S24). The others does not have this problem also Im using the When cable debugging (with Release mode) its fine, but when I publish to Google Play Console's internal test its not working... |
Any solution for this |
I have put the app under internal testing and use the signature provided by the app and its working fine. But when i push the app to production it stop working.
The text was updated successfully, but these errors were encountered: