serviceSubscriberCellularProviders was deprecated in iOS 16.0

275 Views Asked by At

In our app, we are retrieving the SIM card country code.

CTTelephonyNetworkInfo().serviceSubscriberCellularProviders

But 'serviceSubscriberCellularProviders' was deprecated in iOS 16.0 with no replacement.

So in iOS 17, is there any other way to get a SIM card-based country code or SIM card details?

0

There are 0 best solutions below