pbakondy / cordova-plugin-sim

:cherries: A cordova plugin to get the device's SIM data (carrier name, mcc mnc, country code, telephonenumber, etc)
MIT License
163 stars 101 forks source link

How to get 2nd sim slot imei? #52

Closed ek-thaviti closed 7 years ago

ek-thaviti commented 7 years ago

I am getting only one imei which is belongs to first sim slot. What about the second one? Can i get it? help me please.

pbakondy commented 7 years ago

Check README! The second one is cards[1].deviceId

ek-thaviti commented 7 years ago

TQ..Forgot to check @pbakondy