jaumard / sms_autofill

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

App Signature is not constant #177

Closed kururu-abdo closed 1 year ago

kururu-abdo commented 1 year ago

i run app in a device and get signature and add it to the backend. but when i run same app on another device i have got different signature. so the auto filling not happening

how to make an stable one?

jaumard commented 1 year ago

the signature only depends on which keystore you use to sign the app, it has nothing to do with what this package is doing. So double check your signing keystore to always use the same one.