Is there a way to know the cell carrier on an iPhone programatically ?
** update **
I am looking for the carrier name which the iPhone is connected to.
|
Is there a way to know the cell carrier on an iPhone programatically ? ** update ** I am looking for the carrier name which the iPhone is connected to.
| |||||||||||||||||
feedback
|
|
In iOS 4, the CoreTelephony framework is useable, here's a snippet to get the carrier name:
| |||||||||||||
feedback
|
|
There is no public API for getting the carrier name. If you don't need to publish on the App Store you could look at using private api's.
Note your app will most likely be rejected if you do this. | |||
|
feedback
|
|
Just to make a note here.. I tested this API on different SIMs and it seems that the name of the operator the iPhone is locked to is returned with [carrer carrierName]!! I tested this on 2 iphones, one locked and the other not, and for the locked one, regardless of the SIM provider, it returns the name of the operator it is locked to everytime i run my test app. Note however that the MNC does change! | |||
|
feedback
|
|
There is a such way however it's only available on iOS 4 so you won't be able to use it on previous versions. And this probably breaks your backward compatibility too. | |||
|
feedback
|