cjlotz / Xamarin.Plugins

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

Sms is not sent on dual sim phones #89

Closed harrisd13 closed 6 years ago

harrisd13 commented 6 years ago

Background sms in dual sim Android phones fails to be sent automatically. It's added into sms application and makes the user select which sim to use for sending.

There should be a feature to be able to add the preffered sim automatically or send it with either sim.

cjlotz commented 6 years ago

Did some reading on the topic and there does not seem to be a public api available to do this. There are some hacky and unreliable solutions to do this via reflection but I'm not keen on supporting this if there is not an official API for getting this accomplished.