Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_sendSMS does not send the sms/mms, only loads into the phone's message app. #19

Closed
pahoel opened this issue Feb 25, 2020 · 3 comments
Closed

Comments

@pahoel
Copy link

pahoel commented Feb 25, 2020

This plugin is great!

I only have one questions:
The _sendSMS method does not actually send the message to the recipients. It only loads the message and recipients into the Android message app, ready for sending. The user has to manually send the message.
Is this by design?
I need the message to be sent automatically, without any user intervention...

@pahoel pahoel changed the title sendSMS does not send the sms/mms, only loads into the phone's message app. _sendSMS does not send the sms/mms, only loads into the phone's message app. Feb 26, 2020
@gpibarra
Copy link

gpibarra commented Mar 1, 2020

Just launch the native application to send messages.
If you really want to send an SMS you can try this package (Android only, not compatible with iOS due to permission limitations)
https://github.com/geordyvcErasmus/flutter_sms
https://pub.dev/packages/sms_maintained

@pahoel
Copy link
Author

pahoel commented Mar 1, 2020

Thanks!
I really like your plugin, especially since it handles multiple recipients (which is a problem with native Android SmsManager) and the automatic mms solution.
My SOS-app has a "dead man" function - which requires unattended sending of a rescue sms...

@rodydavis
Copy link
Member

IOS and Android Soon will not allow sending automatically. Unless you are a phone or messaging app on android your app will be rejected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants