Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get the ICCID of the SIM card that is in the iPhone using my iOS App?

A SIM card contains ICCID (International Circuit Card ID). The ICCID is unique in the world. I need my app get the ICCID of the SIM card that is in the iPhone. Does anyone know whether it is possible, and if possible, how to do?

like image 611
Almir Tavares Avatar asked Sep 13 '25 08:09

Almir Tavares


1 Answers

Are you going to submit your app to the AppStore? If so you need to know that Apple rejects any application accessing SIM card because they supposed that such behaviors break the user privacy and security, also there is no way in the official SDK to read anything from the SIM card. Anyway there are some Private APIs out there that lets you access those SIM card information, but obviously your application will be rejected since Private APIs are not allowed on the AppStore.

like image 63
Aluminum Avatar answered Sep 16 '25 01:09

Aluminum