Ionic SMS - dual sim phone select which SIM to use

Hi,

I use the Ionic SMS plugins and its working fine. My question is how do I select which sim the SMS plugin will use in sending SMS. An example scenario is if I have a phone with dual sim with different networks. I want to use SIM A if the recipient is also using the NETWORK A and use SIM B if the recipient is also using SIM B.
Thanks!

1 Like

Check https://github.com/pbakondy/cordova-plugin-sim#under-the-hood

Multiple sim handling requires Android API 22

The SIM plugins only read information from the SIM cards. What I need is to be able to select on what SIM to use in sending SMS, because currently, its always SIM 1 who are sending the SMS.

Did you find any solution?