I w开发者_运维百科ant to retrive some cellular network informations such as cellId and LAC. I know that there is no official way to do that, but i still experiencing some CoreTelephony routines such a
I am working for Application where I need to know what is the STATE of the sim card 开发者_如何学Cinserted.
This question already has answers here: Checking incoming call in iphone (4 answers) Closed 7 years ago.
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 specif
I need to get infos about the nearest cell towers (something like the cell id). To identify a place without consuming power, by making a list of possible cells if for example.
I\'m develloping an app that works with facetime. Unfortunatly, there is not yet Facetime frameworks or APIs available, so I\'m working with what I have. Like you all must know, when a Facetime call i
We are developing a app .The function of the app is \"when we got a call automatically we have to reply thro开发者_StackOverflow中文版ugh text/voice message .So,can you tell us whether it possible in
I have a project that uses the Core Telephony framework. Recently my code stopped working on a CTCarrier category, the linker complains that it can’t find the CTCarrier class:
can any one help me in understanding CoreTelephony framework by telling among any one g开发者_如何学运维iven below
I would like to know if there is a possibility to detect if the user is in call from an application that is currently in background.