Skip to content
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

Open
deepakrana0011 opened this issue Nov 16, 2023 · 9 comments

Comments

@deepakrana0011
Copy link

deepakrana0011 commented Nov 16, 2023

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.

@abduselam1
Copy link

Hey man Have you found a solution ? I am getting the same problem
Thanks.

@snehaltdesai
Copy link

Getting the same problem for me. Need solution.
Thanks

@FarbodRajabi
Copy link

FarbodRajabi commented Dec 9, 2023

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.

@Bhautik2103
Copy link

how to solve release mode app live play store use firebase auth.

@omkarpatil1024
Copy link

omkarpatil1024 commented Mar 4, 2024

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

@BaharaJr
Copy link

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

@s4rath07
Copy link

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

Is this method now working??

@KamranMehar
Copy link

I have solved my problem.
In Android Studio check the Logcat when the app is listening for OTP, and filter the app logs with your app package name "come.example.app"
now you can see the released mode app signature
pkg: com.example.app -- hash: fROcWVoLA0/

@hsynksahin
Copy link

Im having the same issue but only in my own phone (S24). The others does not have this problem also Im using the getAppSignature method.

When cable debugging (with Release mode) its fine, but when I publish to Google Play Console's internal test its not working...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants