• <legend id='feQnX'><style id='feQnX'><dir id='feQnX'><q id='feQnX'></q></dir></style></legend>
    1. <small id='feQnX'></small><noframes id='feQnX'>

          <bdo id='feQnX'></bdo><ul id='feQnX'></ul>
        <i id='feQnX'><tr id='feQnX'><dt id='feQnX'><q id='feQnX'><span id='feQnX'><b id='feQnX'><form id='feQnX'><ins id='feQnX'></ins><ul id='feQnX'></ul><sub id='feQnX'></sub></form><legend id='feQnX'></legend><bdo id='feQnX'><pre id='feQnX'><center id='feQnX'></center></pre></bdo></b><th id='feQnX'></th></span></q></dt></tr></i><div id='feQnX'><tfoot id='feQnX'></tfoot><dl id='feQnX'><fieldset id='feQnX'></fieldset></dl></div>

        <tfoot id='feQnX'></tfoot>
      1. 如何在 iOS 中获取用户的国家/地区呼叫代码?

        时间:2023-05-30

          <bdo id='Lv4kc'></bdo><ul id='Lv4kc'></ul>

        • <small id='Lv4kc'></small><noframes id='Lv4kc'>

            <tbody id='Lv4kc'></tbody>
            <i id='Lv4kc'><tr id='Lv4kc'><dt id='Lv4kc'><q id='Lv4kc'><span id='Lv4kc'><b id='Lv4kc'><form id='Lv4kc'><ins id='Lv4kc'></ins><ul id='Lv4kc'></ul><sub id='Lv4kc'></sub></form><legend id='Lv4kc'></legend><bdo id='Lv4kc'><pre id='Lv4kc'><center id='Lv4kc'></center></pre></bdo></b><th id='Lv4kc'></th></span></q></dt></tr></i><div id='Lv4kc'><tfoot id='Lv4kc'></tfoot><dl id='Lv4kc'><fieldset id='Lv4kc'></fieldset></dl></div>
          1. <legend id='Lv4kc'><style id='Lv4kc'><dir id='Lv4kc'><q id='Lv4kc'></q></dir></style></legend>

                <tfoot id='Lv4kc'></tfoot>

                  本文介绍了如何在 iOS 中获取用户的国家/地区呼叫代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我正在开发一个 iOS 应用,用户可以在其中输入他们的手机号码.我如何获得他们的国家电话代码?例如,如果用户在印度,则应自动添加 +91 前缀.有没有自动添加国家代码的选项?

                  解决方案

                  导入声明:

                  #import<CoreTelephony/CTCarrier.h>#import <CoreTelephony/CTTelephonyNetworkInfo.h>

                  您可以使用 CoreTelephony 框架获取当前运营商的国家/地区代码:

                  CTTelephonyNetworkInfo *network_Info = [CTTelephonyNetworkInfo new];CTCarrier *carrier = network_Info.subscriberCellularProvider;NSLog(@"国家代码为:%@",carrier.mobileCountryCode);//将返回实际的国家代码NSLog(@"ISO 国家代码为:%@", carrier.isoCountryCode);

                  Apple 文档p>

                  I am developing an iOS app in which the user enters their mobile number. How do I get their country calling code? For example, if a user is in India, then +91 should be prefixed automatically. Is there an option that adds country codes automatically?

                  解决方案

                  Import Statement :

                  #import<CoreTelephony/CTCarrier.h>
                  #import <CoreTelephony/CTTelephonyNetworkInfo.h>
                  

                  you can get country code for the current Carrier using CoreTelephony framework:

                  CTTelephonyNetworkInfo *network_Info = [CTTelephonyNetworkInfo new];
                  CTCarrier *carrier = network_Info.subscriberCellularProvider;
                  
                  NSLog(@"country code is: %@", carrier.mobileCountryCode);
                  
                  //will return the actual country code
                  NSLog(@"ISO country code is: %@", carrier.isoCountryCode);
                  

                  Apple Docs

                  这篇关于如何在 iOS 中获取用户的国家/地区呼叫代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Xcode 4.2(雪豹)和 iOS 5.1 下一篇:ARC,块中的 ivars 和通过捕获的自我的参考周期

                  相关文章

                  最新文章

                    <small id='ZoE71'></small><noframes id='ZoE71'>

                    <legend id='ZoE71'><style id='ZoE71'><dir id='ZoE71'><q id='ZoE71'></q></dir></style></legend>
                    <i id='ZoE71'><tr id='ZoE71'><dt id='ZoE71'><q id='ZoE71'><span id='ZoE71'><b id='ZoE71'><form id='ZoE71'><ins id='ZoE71'></ins><ul id='ZoE71'></ul><sub id='ZoE71'></sub></form><legend id='ZoE71'></legend><bdo id='ZoE71'><pre id='ZoE71'><center id='ZoE71'></center></pre></bdo></b><th id='ZoE71'></th></span></q></dt></tr></i><div id='ZoE71'><tfoot id='ZoE71'></tfoot><dl id='ZoE71'><fieldset id='ZoE71'></fieldset></dl></div>

                      • <bdo id='ZoE71'></bdo><ul id='ZoE71'></ul>

                      <tfoot id='ZoE71'></tfoot>