shinewanna / BackgroundSmsPlugin

Apache License 2.0
12 stars 20 forks source link

Sim slot selection is not working with sim slot index number #15

Open dinesh-hills opened 9 months ago

dinesh-hills commented 9 months ago

I am trying to send sms from my 2nd sim and it's not working.

dinesh-hills commented 9 months ago

I tried to use sim slot index int but sim selection works with the subscriptionId int, as per your android native code you use subscriptionId to identify the sim. why don't you use sim slot index? and could you please add support to listen to sms state of both sent and delivery status?