0

I'm using AWS SNS to push messages to Android devices. Is there a way to send text message from a web application preferably Django to an Android device ? I tried using the boto library but there isn't an example in the documentation for pushing a message to a device. Can someone please point me in the right direction or help me figure out how to do this.

Sibtain
  • 1,436
  • 21
  • 39

1 Answers1

0

SNS sends email or push messages to phones. It does not send SMS.

You'll need to use a service like Twilio for that.

tedder42
  • 23,519
  • 13
  • 86
  • 102