Accessing SIM info programmatically in iPhone

6.9k Views Asked by At

I am trying to build an app that needs access to Sim cards unique Identity for iOS devices. Is it possible to get the details like ICCID and IMSI of SIM cards using any Private APIs

1

There are 1 best solutions below

3
On

Look at this private header.

Using these private functions you can get MCC, MNC and MSIN. IMSI consists of those parts. So you can construct IMSI.

As for ICCID - try to find suitable info in these headers.