how to find if a user changes his SIM card from his phone(iPhone). we can find "mobileCountryCode,isoCountryCode,mobileCountryCode and mobileNetworkCode" through programatically these are not specific to particular SIM, these are specific to operator, is there any way to identify when user changes his SIM card from his iPhone.

please any one help me on this, thanks in advance.

link|improve this question

68% accept rate
feedback

1 Answer

up vote 2 down vote accepted

You are able to sign up for a notification using subscriberCellularProviderDidUpdateNotifier in CTTelephonyNetworkInfo

However you will only be notified if the swap occurs while your app is running. You will still be unable to detect if the user changes the SIM to another SIM from the same operator when your app is not running.

link|improve this answer
Thank you very much Claus Broch.after registering for a Notification which API should i use to get my phone number or if i sign up how can i get the phone number. – Shiva Reddy Mar 9 '11 at 14:29
1  
I don't think you can grab the telephone number through any public API's – Claus Broch Mar 10 '11 at 13:44
Ok, Thank you for valuable information Claus Broch. – Shiva Reddy Mar 11 '11 at 4:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.