react-native-webrtc / react-native-carrier-info

React Native module bridge to obtain information about the user’s home cellular service provider,
MIT License
85 stars 39 forks source link

Support for dual sim #14

Open melvinchng opened 5 years ago

melvinchng commented 5 years ago

When the following method is used on a dual sim device with two active sim cards inserted, the method below returns the second sim's MCC + MNC. When the second sim is removed, the first sim's MCC + MNC is reported correctly. I am writing to check if it is possible to request a feature to get both sims' results.

CarrierInfo.mobileNetworkOperator()
.then((result) => {
  Alert.alert('MCC + MNC', result);
});
shrikantr-iprogrammer commented 4 years ago

Yes, support for dual Sim is very important these days. Almost everyone is using 2 Sims. iPhone also started support for 2 Sims.