久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    <tfoot id='7vtl7'></tfoot>
      • <bdo id='7vtl7'></bdo><ul id='7vtl7'></ul>

      1. <i id='7vtl7'><tr id='7vtl7'><dt id='7vtl7'><q id='7vtl7'><span id='7vtl7'><b id='7vtl7'><form id='7vtl7'><ins id='7vtl7'></ins><ul id='7vtl7'></ul><sub id='7vtl7'></sub></form><legend id='7vtl7'></legend><bdo id='7vtl7'><pre id='7vtl7'><center id='7vtl7'></center></pre></bdo></b><th id='7vtl7'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='7vtl7'><tfoot id='7vtl7'></tfoot><dl id='7vtl7'><fieldset id='7vtl7'></fieldset></dl></div>

        <legend id='7vtl7'><style id='7vtl7'><dir id='7vtl7'><q id='7vtl7'></q></dir></style></legend>

      2. <small id='7vtl7'></small><noframes id='7vtl7'>

        禁用 iCloud 同步

        Disable iCloud sync(禁用 iCloud 同步)
        • <small id='JDoFL'></small><noframes id='JDoFL'>

            <tbody id='JDoFL'></tbody>

              <tfoot id='JDoFL'></tfoot>
              • <bdo id='JDoFL'></bdo><ul id='JDoFL'></ul>
                <legend id='JDoFL'><style id='JDoFL'><dir id='JDoFL'><q id='JDoFL'></q></dir></style></legend>
                  <i id='JDoFL'><tr id='JDoFL'><dt id='JDoFL'><q id='JDoFL'><span id='JDoFL'><b id='JDoFL'><form id='JDoFL'><ins id='JDoFL'></ins><ul id='JDoFL'></ul><sub id='JDoFL'></sub></form><legend id='JDoFL'></legend><bdo id='JDoFL'><pre id='JDoFL'><center id='JDoFL'></center></pre></bdo></b><th id='JDoFL'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='JDoFL'><tfoot id='JDoFL'></tfoot><dl id='JDoFL'><fieldset id='JDoFL'></fieldset></dl></div>
                1. 本文介紹了禁用 iCloud 同步的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  限時送ChatGPT賬號..

                  有沒有辦法阻止您的應(yīng)用程序數(shù)據(jù)(文檔文件夾內(nèi)容)同步到 iCloud?(然后將其存儲在 Caches 目錄中,因為 iOS5 中的新問題是 那)我的應(yīng)用程序需要在設(shè)備上存儲數(shù)據(jù),但出于安全原因,它不能同步到任何第 3 方(包括 Apple).

                  Is there a way to prevent your application data (Documents folder contents) from being synced to iCloud? (other then storing it in Caches directory because of the new issues in iOS5 with doing that) My Application has need of storing data on the device, but for security reasons it can't be synchronized to any 3rd party (including Apple).

                  推薦答案

                  來自:https://developer.apple.com/library/ios/#qa/qa1719/_index.html

                  您可以使用以下方法設(shè)置不備份"擴(kuò)展屬性.每當(dāng)您創(chuàng)建不應(yīng)備份的文件或文件夾時,將數(shù)據(jù)寫入文件,然后調(diào)用此方法,將 URL 傳遞給文件.

                  You can use the following method to set the "do not back up" extended attribute. Whenever you create a file or folder that should not be backed up, write the data to the file and then call this method, passing in a URL to the file.

                  #include <sys/xattr.h>
                  - (BOOL)addSkipBackupAttributeToItemAtURL:(NSURL *)URL
                  {
                      const char* filePath = [[URL path] fileSystemRepresentation];
                  
                      const char* attrName = "com.apple.MobileBackup";
                      u_int8_t attrValue = 1;
                  
                      int result = setxattr(filePath, attrName, &attrValue, sizeof(attrValue), 0, 0);
                      return result == 0;
                  }
                  

                  可以找到更多信息:https://developer.apple.com/icloud/documentation/data-存儲/

                  這篇關(guān)于禁用 iCloud 同步的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  How to animate a UIImageview to display fullscreen by tapping on it?(如何通過點(diǎn)擊動畫 UIImageview 以顯示全屏?)
                  To stop segue and show alert(停止 segue 并顯示警報)
                  iOS 5 storyboard, programmatically determine path(iOS 5 故事板,以編程方式確定路徑)
                  Icon already includes gloss effects(圖標(biāo)已經(jīng)包含光澤效果)
                  How does UIEdgeInsetsMake work?(UIEdgeInsetsMake 是如何工作的?)
                  UIProgressView and Custom Track and Progress Images (iOS 5 properties)(UIProgressView 和自定義跟蹤和進(jìn)度圖像(iOS 5 屬性))
                  • <bdo id='Lohm2'></bdo><ul id='Lohm2'></ul>
                  • <legend id='Lohm2'><style id='Lohm2'><dir id='Lohm2'><q id='Lohm2'></q></dir></style></legend><tfoot id='Lohm2'></tfoot>
                      <tbody id='Lohm2'></tbody>
                  • <i id='Lohm2'><tr id='Lohm2'><dt id='Lohm2'><q id='Lohm2'><span id='Lohm2'><b id='Lohm2'><form id='Lohm2'><ins id='Lohm2'></ins><ul id='Lohm2'></ul><sub id='Lohm2'></sub></form><legend id='Lohm2'></legend><bdo id='Lohm2'><pre id='Lohm2'><center id='Lohm2'></center></pre></bdo></b><th id='Lohm2'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Lohm2'><tfoot id='Lohm2'></tfoot><dl id='Lohm2'><fieldset id='Lohm2'></fieldset></dl></div>

                        1. <small id='Lohm2'></small><noframes id='Lohm2'>

                          1. 主站蜘蛛池模板: 黄色欧美 | 亚洲精品美女在线观看 | 国产丝袜一区二区三区免费视频 | 免费成人国产 | 免费久久精品 | 国产精品色婷婷久久58 | 国产成人精品久久 | 日本三级电影在线观看视频 | 久久av.com | 综合久久久 | 99国产精品一区二区三区 | 久久99精品国产 | 在线视频一区二区 | 亚洲精品在线视频 | 中日av | 九九av | 岛国av免费看 | 视频一区二区在线观看 | 亚洲成人精选 | 在线视频国产一区 | 一区二区三区四区在线视频 | 日韩亚洲视频在线 | 欧美在线二区 | 国产精品视频一区二区三区 | 久国产视频 | 呦呦在线视频 | 久久99精品国产 | 国产又爽又黄的视频 | 在线视频一区二区三区 | 黄色一级免费看 | 高清国产一区二区 | 欧美xxxx性xxxxx高清 | 91国内视频在线 | 在线中文字幕av | 亚洲免费观看视频 | 精品国产乱码一区二区三区 | 每日在线更新av | 日韩中文字幕 | 成年人免费看的视频 | 日本一区二区不卡视频 | 情侣酒店偷拍一区二区在线播放 |