jaumard / sms_autofill

Flutter plugin to provide SMS code autofill support
MIT License
281 stars 173 forks source link

OTP Autofill not working when app is live, Its working fine until its under internal testing #213

Open deepakrana0011 opened 7 months ago

deepakrana0011 commented 7 months ago

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 commented 7 months ago

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

snehaltdesai commented 7 months ago

Getting the same problem for me. Need solution. Thanks

FarbodRajabi commented 6 months ago

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 commented 4 months ago

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

omkarpatil1024 commented 3 months ago

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 commented 3 months ago

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