iqbalmineraltown / flutter_sms_receiver

SMS Receiver API Flutter Plugin
BSD 3-Clause "New" or "Revised" License
22 stars 22 forks source link

Issue with reading SMS if provider is with XXXX(Address). #10

Closed Jai05-techie closed 3 years ago

Jai05-techie commented 3 years ago

Hi,

i have a issue with reading SMS if provider is with XXXX(Address), but if sender address is like XX-YYYY it is reading. Help me out to solve this issue !

iqbalmineraltown commented 3 years ago

To my understanding, android SMS retriever does not involve the sender identity https://developers.google.com/identity/sms-retriever/overview It simply matches the app hash embedded in the message, then parses the message as String to get the information needed. CMIIW.

On some of my actively maintained apps, the OTP sender identities are in PascalCase and UPPERCASE format I'm not sure if I can reproduce the issue

iqbalmineraltown commented 3 years ago

closing as no further information provided