SMS to multiple numbers (iPhone SDK) -


Is it possible to copy several numbers from one table to the clipboard, then paste it on the To-field of the SMS app. Is it possible to use commas after the number?

Thanks in advance !! :)

This is not a complete answer, but look at the UIPP board that allows you to manipulate the system clipboard gives . You can try adding several NS URLs 'SMS: ...' to see 'Item' on the normal pasteboard, whether the SMS app interprets them properly. Please reply and tell me if this works.

Even look at the MFMailComposeViewController I do not think it will support SMS internally, but you can use it to send more than one SMS number or differently using a normal SMS gateway The providers can use a lookup table of cell phone providers by blocking the number allocation to access gateways. The advantage of using MFMailComposeViewController is that you do not have to leave your app.

There are some "Free Text Messaging" apps on the App Store, "Free MMS Messages" apps that use later methods.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -