cjlotz / Xamarin.Plugins

Cross platform Xamarin Plugins
MIT License
113 stars 56 forks source link

Adding Multiple SMS Recipients #28

Closed rlingineni closed 7 years ago

rlingineni commented 8 years ago

Is it possible to add more than 1 recipient in an SMS message?

GetupAgency commented 8 years ago

I am interested in any solution for IOS multiple recipient... Put send method in a loop doesn't work

cjlotz commented 8 years ago

@rlingineni Seems like this can be achieved however on Android there seems to be an issue with Samsung devices which require different separator. Building this kind of device/manufacturer behaviour into the plugin is not necessarily something I'm keen on doing. I'll consider some design options for this.

@Seen6 Will look at adding this in next update

cjlotz commented 7 years ago

Implemented in the latest v4 version of the plugin