hazems / cordova-sms-plugin

A custom Cordova plugin which allows sending SMS messages in Android, iOS and Windows Platforms.
33 stars 20 forks source link

ios multiple recipients #2

Open vmanukyan opened 9 years ago

vmanukyan commented 9 years ago

I was looking for send multiple recipients for ios and windows, found this for ios.. NSArray *recipients = [[options objectForKey:@"recipients"] componentsSeparatedByString:@","]; Maybe you could be interested in use that, that is a really nice future considering that ios opens native message application.

Thanks!

dhcar commented 9 years ago

+1, I would love to see support for multiple message recipients