gpt4 book ai didi

iphone - 使用 CoreTelephony 获取运营商名称仅返回 "Carrier"

转载 作者:行者123 更新时间:2023-12-03 18:30:58 26 4
gpt4 key购买 nike

我尝试使用此代码获取运营商名称(使用 CoreTelephony):

CTTelephonyNetworkInfo *netinfo = [[CTTelephonyNetworkInfo alloc] init];
CTCarrier *carrier = [netinfo subscriberCellularProvider];
NSLog(@"Carrier Name: %@", [carrier carrierName]);

它返回“运营商”。如果我进入 iPhone 设置,我的运营商名称是正确的。我手机上的iOS版本是v4.2.1。

我做错了什么?

最佳答案

你真的得到字符串“Carrier”或者字符串是空的吗?文档说:

The value for this property is nil if any of the following apply:

The device is in Airplane mode. There is no SIM card in the device. The device is outside of cellular service range.

打赌模拟器中也是空的。

无论如何,您应该检查mobileNetworkCode,因为名称很少是正确的(至少在欧洲,运营商经常更改名称)。

关于iphone - 使用 CoreTelephony 获取运营商名称仅返回 "Carrier",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6055835/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com