Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieving SIM card information for multiple SIM cards. #1

Open
MurageKabui opened this issue Jun 22, 2023 · 3 comments
Open

Retrieving SIM card information for multiple SIM cards. #1

MurageKabui opened this issue Jun 22, 2023 · 3 comments

Comments

@MurageKabui
Copy link

Hello @EYALIN !

I wanted to give you some feedback on your plugin and ask for your help with a particular problem. First off, I managed to set up the necessary permissions correctly to access SIM card information in my project.

However, I've hit a roadblock. Even though the permissions are in place, I'm facing a limitation. The return object I receive from the plugin doesn't include the "cards" array. Right now, I can only fetch limited details like the carrier name, country code, and a few others:

{
  "carrierName": "Safaricom",
  "countryCode": "ke",
  "mcc": "639",
  "mnc": "07",
  "dataActivity": 0,
  "phoneType": 1,
  "simState": 5,
  "isNetworkRoaming": false,
  "phoneCount": 2,
  "activeSubscriptionInfoCount": 0,
  "activeSubscriptionInfoCountMax": 2,
  "defaultDataSubscriptionId": 4
}

Since my goal is to retrieve information for both SIM cards, I was wondering if you could suggest an alternative approach or provide additional steps to help me obtain the necessary data for both SIM cards.

I appreciate your support and guidance in resolving this issue. Thank you for taking the time to look into it.

Best regards,
Murage Kabui

@EYALIN
Copy link
Owner

EYALIN commented Jun 24, 2023

@MurageKabui i will try to investigate in the next days how we can handle both sim cards

@MurageKabui
Copy link
Author

@MurageKabui i will try to investigate in the next days how we can handle both sim cards

Any progress with this?

@EYALIN
Copy link
Owner

EYALIN commented Jul 8, 2023

@MurageKabui not at the moment. we have some plugins that need to be refactored for Android target 33, and they have more priority. so i guess it will take time to change it in order to support 2 sims

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants