carrier Questions
4
Solved
as explained here -> Retrieving Carrier Name from iPhone Programmatically
i'm trying to get my carrier's name, i'm using this code
CTTelephonyNetworkInfo *netinfo = [[CTTelephonyNetworkInfo alloc...
Morita asked 15/11, 2011 at 15:21
11
Solved
Is there a way to know the cell carrier on an iPhone programmatically?
I am looking for the carrier name which the iPhone is connected to.
Hangover asked 12/5, 2009 at 15:46
3
I'm trying to make a list carrier with subscriberCellularProvider. But I got one problem which is "'subscriberCellularProvider' was deprecated in iOS 12.0: Replaced by serviceSubscriberCellularProv...
Fossette asked 7/5, 2020 at 23:3
2
Solved
I'm trying (wondering if it's even possible) to write an app, that would change the network selection mode automatically, based on some criteria. E.g. change the network operator from Vodafone to T...
Laevo asked 15/5, 2011 at 18:0
3
Solved
Is there a way to get information about the carrier of iPhones programmatically?
Intricacy asked 17/11, 2011 at 2:6
3
Solved
I'm asking this because I've been on SO most of the day, and can’t seem to get/find an answer.
This is what I'm trying to do (without using a paid gateway):
-First of all I'm setting up a dat...
2
I tried getting carrier name with this code (using CoreTelephony):
CTTelephonyNetworkInfo *netinfo = [[CTTelephonyNetworkInfo alloc] init];
CTCarrier *carrier = [netinfo subscriberCellularProvider...
Kiri asked 19/5, 2011 at 8:28
2
Solved
I know I can get the carriers Name, MNC and MCC using the following properties of the CTCarrier Class
carrierName
mobileCountryCode
mobileNetworkCode
These details are of the SIM inserted into t...
1
© 2022 - 2024 — McMap. All rights reserved.