themoose3 / Recreo

1 stars 1 forks source link

Figure out the approach to take for sending/receiving texts (using iMessage/Gmail/Twilio?) #10

Closed eveningsamurai closed 7 years ago

anjlal commented 7 years ago

https://www.twilio.com/blog/2016/11/how-to-send-an-sms-from-ios-in-swift.html

eveningsamurai commented 7 years ago

Looks like there is something called the MessageUI framework within iOS as well to send out emails/messages.(Older) Examples below

But this seems to happen with in the context of say an iMessage or the email app. So not sure if this fits into our goal of showing the consolidated list of messages to the user, but maybe something to look at.

anjlal commented 7 years ago

Thanks, Avinash -- I saw Message UI, as well when researching. I pinged Tim to get his opinion on which one makes the most sense to use.

anjlal commented 7 years ago

This is what Tim came back with, "I would use Twilio; it's a more flexible solution and in practice you want to choose things that will support your iOS and android app." This resonates with our earlier conversations.

anjlal commented 7 years ago

Got this to work with my Twilio test credentials. Going to close for now.