shounakmulay / Telephony

Flutter plugin for telephony features like query device sms directory, listen for incoming messages, retrieve various network parameters, etc.
https://telephony.shounakmulay.dev
MIT License
137 stars 133 forks source link

Is an SMS sent when there is no communication network? #94

Closed meridorkobi closed 3 years ago

shounakmulay commented 3 years ago

If the device has no network available then the sms won't get delivered but I think you might be able to see the sms in the default sms app.

meridorkobi commented 3 years ago

I closed the WIFI & Mobile Data in my Android Phone. I sent SMS using Messages app and received in my other Phone. I sent SMS using Telephony application and the SMS is not in Messages app and was not received in my other Phone

shounakmulay commented 3 years ago

I am not sure how the SmsManager on android works in situations like this. I'll have a look. Would be great if you could also share the code snippet that you are using.

meridorkobi commented 3 years ago

Thanks for your cooperation, I can't share the code but can do a test with code you will share with me Kobi

On Sun, Jun 13, 2021 at 7:33 AM Shounak Mulay @.***> wrote:

I am not sure how the SmsManager on android works in situations like this. I'll have a look. Would be great if you could also share the code snippet that you are using.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/shounakmulay/Telephony/issues/94#issuecomment-860149621, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARIYHPANESRPUVVSPMIXZJLTSQYITANCNFSM46KYYTWQ .

github-actions[bot] commented 3 years ago

Issue marked stale due to no activity.