fluttercommunity / flutter_sms

A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. Maintainer: @rodydavis
https://fluttercommunity.github.io/flutter_sms/
MIT License
246 stars 196 forks source link

SMS connection #10

Closed marc8lange closed 5 years ago

marc8lange commented 5 years ago

How is 2-way SMS travelling? What is the connection? Is it using the GSM modem of the phone and travelling over the telco's network (T-Mob, verizon, etc), or is it using http, RESTful, or XMPP for use on other cloud telecom platforms such as Twilio, etc?

rodydavis commented 5 years ago

It is using the native device APIs