Can i get sim change event programatically in iOS.

I am working in Carrier app i want to check sim change event in my iOS app. please guide me how i can get sim change event. Thanks

Answered by DTS Engineer in 812631022

In terms of public API, the only option here is the various callbacks associated with CTTelephonyNetworkInfo. However, I suspect that they won’t work for you because the resulting CTCarrier objects don’t let you distinguish between two SIMs from the same carrier.

As you’re working for a carrier there may be carrier specific stuff to help you out. That’s not in the iOS SDK, and thus it’s not something I maintain expertise in. I recommend that you discuss this with your carrier’s contact at Apple.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

In terms of public API, the only option here is the various callbacks associated with CTTelephonyNetworkInfo. However, I suspect that they won’t work for you because the resulting CTCarrier objects don’t let you distinguish between two SIMs from the same carrier.

As you’re working for a carrier there may be carrier specific stuff to help you out. That’s not in the iOS SDK, and thus it’s not something I maintain expertise in. I recommend that you discuss this with your carrier’s contact at Apple.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Can i get sim change event programatically in iOS.
 
 
Q