Core Telephony Deprecation Issue

We are using CoreTelephony's CTTelephonyNetworkInfo to access Carrier information such as carrierName, mobileNetworkCode, mobileCountryCode and CTTelephonyNetworkInfo().subscriberCellularProviderDidUpdateNotifier to know whether any event has occurred in the sim. We are using these above data for the Sim Binding process of UPI for our Financial App as per the requirement from NPCI(RBI). Now that these are deprecated, what is the appropriate or alternative way to get these details?

Answered by DTS Engineer in 792117022
Now that these are deprecated, what is the appropriate or alternative way to get these details?

There is no new way to get these details.

We are using these above data for the Sim Binding process of UPI for our Financial App as per the requirement from NPCI(RBI).

We added specific support for UPI in the Messages UI framework, namely the -setUPIVerificationCodeSendCompletion: method.

Share and Enjoy

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

Now that these are deprecated, what is the appropriate or alternative way to get these details?

There is no new way to get these details.

We are using these above data for the Sim Binding process of UPI for our Financial App as per the requirement from NPCI(RBI).

We added specific support for UPI in the Messages UI framework, namely the -setUPIVerificationCodeSendCompletion: method.

Share and Enjoy

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

Core Telephony Deprecation Issue
 
 
Q