'How to get ICCID number from IPhone?
I am Trying to get the ICCID from Iphone. can anyone please help me on this.
Solution 1:[1]
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Fatemeh |
