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

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

  • <tfoot id='Zkkd4'></tfoot>

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

        以编程方式读取 iPhone 设置(精确设置 -> 常规

        时间:2023-05-30

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

                  <tbody id='7kCBp'></tbody>

                <small id='7kCBp'></small><noframes id='7kCBp'>

                  <legend id='7kCBp'><style id='7kCBp'><dir id='7kCBp'><q id='7kCBp'></q></dir></style></legend>
                  本文介绍了以编程方式读取 iPhone 设置(精确设置 -> 常规 -> 日期和时间 -> 自动设置)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我们正在开发一个 iPhone 应用程序,我需要为其读取 iPhone 设置值(确切地说是设置->常规->日期和时间->自动设置"的状态).有什么简单/困难的方法可以找出这个值吗?任何提示和技巧都将受到高度赞赏.

                  We are developing an iPhone application for which i need to read iPhone Settings value (precisely the status of 'Settings->General->Date & Time->Set Automatically'). Is there any way easy/difficult way to find out that value? Any tips and tricks will be highly appreciated.

                  推荐答案

                  你可以使用下面的代码(我是通过检查/var/mobile/Library/Preferences/的内容才发现的 我 iPad 上的目录):

                  You can use the following code (I just found this out by examining the contents of the /var/mobile/Library/Preferences/ directory on my iPad):

                  NSDictionary *pref = [[NSUserDefaults standardUserDefaults] persistentDomainForName:@"com.apple.timed"];
                  BOOL autotime = [[pref objectForKey:@"TMAutomaticTimeEnabled"] boolValue];
                  NSLog(@"Automatic time is %@", autotime ? @"enabled" : @"disabled");
                  

                  这些密钥未记录在案,您可能不应该在 AppStore 应用程序中使用它们.不过,您可以在内部应用或越狱设备的软件中安全地使用它们.

                  These keys are undocumented and you should probably not use them in an AppStore app. You can, however, safely use them in in-house apps or softwares for jailbroken devices.

                  这篇关于以编程方式读取 iPhone 设置(精确设置 -> 常规 -> 日期和时间 -> 自动设置)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:iOS 5 UINavigationBar 删除子视图(图像子视图)删除导 下一篇:iPhone 4S - BLE 数据传输速度

                  相关文章

                  最新文章

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

                    <legend id='ga8a8'><style id='ga8a8'><dir id='ga8a8'><q id='ga8a8'></q></dir></style></legend>

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

                    1. <tfoot id='ga8a8'></tfoot>