Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この質問が 2008 年に出されたことは知っていますが (答えは「いいえ」です)、新しい Verizon iPhone では、この情報にアクセスできるようにする API が用意されていますか?
UIDeviceこれに特に関連する (一般的に他の関連情報を取得する場所)には何もないようですが、おそらく の " model" プロパティにUIDeviceは Verizon 固有の名前が付けられていますか? とにかく誰かがこれを見つけるために出くわしましたか? ありがとう
UIDevice
model
CTTelephonyNetworkInfo *netInfo = [[CTTelephonyNetworkInfo alloc] init]; CTCarrier *carrier = [netInfo subscriberCellularProvider]; NSString *mcc = [carrier mobileCountryCode]; NSString *mnc = [carrier mobileNetworkCode];
モバイル ネットワーク コード (MNC) 米国
iOS4
http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Reference/CTCarrier/Reference/Reference.html