Question

Is it possible to have an app send a text message/image to multiple email and sms accounts by pressing a single button? I understand that in the background the emails and sms messages are sent consecutively but I'm trying to avoid multiple view controllers being presented to the user. I have seen "iOS doesn't allow you to send e-mails or texts without user interaction" but the user would be pressing a button saying it was sending the message to list of email addresses and sms numbers.

I've been reviewing the materials on the Social Framework and MessageUI.Framework and searching forums but cannot find the information I'm looking for. Is there another framework I should be using?

As an extension Can you use the same button to send the same message to multiple accounts such as a facebook and twitter account?

Was it helpful?

Solution

You can use FacebookSDK for Facebook and (for example) FSHTwitterEngine for Twitter and create your own custom composer and sender. Both this libraries has sources on GitHub, so you can do what you want. But it not so easy way.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top