How to get the ICCID number of a sim card inside a mobile in flutter? Is there any package that can be made use of to retrieve the same? I looked for it but could find packages to get the number only but not the ICCID number.
Asked
Active
Viewed 101 times
1
-
Hi @Kirthana, How did you solve the issue – Anand Apr 26 '23 at 13:18
-
1I could not find a way to retrieve ICCID. Instead, I used [sim_data_plus](https://pub.dev/packages/sim_data_plus) package to uniquely identify a sim. @Anand – Kirthana Apr 27 '23 at 11:13
-
We can get only sim's mobile number only – Anand May 05 '23 at 04:22
-
Is there any way to find call from call log is sim1's call or sim2's call – Anand May 05 '23 at 04:23