Does CTCarrier mobileNetworkCode change when roaming?

前端 未结 1 1034
庸人自扰
庸人自扰 2020-12-15 10:41

The documentation states for CTCarrier\'s carrierName \"The value does not change if the user is roaming; it always represents the provider with whom the user has an account

相关标签:
1条回答
  • 2020-12-15 11:16

    I'm roaming right now - in Switzerland on an AT&T iPhone 4 on Swisscom. Just wrote a quick program to test. Here's what I got:

    2011-04-29 09:01:55.657 test[2094:707] Carrier Name: AT&T
    2011-04-29 09:01:55.665 test[2094:707] ISO Country Code: us
    2011-04-29 09:01:55.669 test[2094:707] Mobile Country Code: 310
    2011-04-29 09:01:55.678 test[2094:707] Mobile Network Code: 410
    

    So, to answer your question, doesn't look like mobile network code changes (410 is AT&T as cited below)

    0 讨论(0)
提交回复
热议问题