jaumard / sms_autofill

Flutter plugin to provide SMS code autofill support
MIT License
282 stars 174 forks source link

Ho to change the body of message?? #107

Closed anmolgupta-aeologic closed 2 years ago

jaumard commented 3 years ago

no sure I understand what you ask here, can you elaborate ?

anmolgupta-aeologic commented 3 years ago

Wanted to change to body of otp message to auto fetch the otp form the message to flutter app.

On Sun, 18 Apr 2021, 13:37 Jimmy Aumard, @.***> wrote:

no sure I understand what you ask here, can you elaborate ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jaumard/sms_autofill/issues/107#issuecomment-821952182, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR65TVEKAU72OHA7KENHBLLTJKHKLANCNFSM4265V4EA .

jaumard commented 3 years ago

The message is sent by your server, you can't modify the OTP message with this package. The doc for writing the correct body message is here: https://developers.google.com/identity/sms-retriever/verify

anmolgupta-aeologic commented 3 years ago

Then we can do auto fill otp

On Sun, 18 Apr 2021, 13:47 Jimmy Aumard, @.***> wrote:

The message is sent by your server, you can't modify the OTP message with this package. The doc for writing the correct body message is here: https://developers.google.com/identity/sms-retriever/verify

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jaumard/sms_autofill/issues/107#issuecomment-821953377, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR65TVF54NRB5VQNOIKAIRDTJKITFANCNFSM4265V4EA .

jaumard commented 2 years ago

Closing, let me know if there is any other issue