Skip to content

Support for dual sim #14

Open
Open
@melvinchng

Description

@melvinchng

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);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions