久久久久久久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. 主站蜘蛛池模板: 色婷婷综合久久久久中文一区二区 | a国产一区二区免费入口 | 欧美日韩精品综合 | 91精品一区 | 久久久久久久久中文字幕 | 久久久精品综合 | 中文字幕 亚洲一区 | 日韩欧美精品一区 | 最新国产在线 | 精品国产精品三级精品av网址 | 国产精品欧美一区二区 | 天天草天天爱 | 天堂av资源 | 欧美专区在线视频 | 久久影院一区 | 日日操夜夜操天天操 | 国产免费观看视频 | 亚洲国产成人精品久久久国产成人一区 | 日韩av一区二区在线观看 | 欧美一区二区三区视频 | 久久精品国产亚洲 | 伊人伊人 | 久久久久久亚洲精品 | 三级欧美| 国产69精品久久99不卡免费版 | 欧美日韩视频在线播放 | 午夜av电影 | 国产精品一区二区福利视频 | 精品人伦一区二区三区蜜桃网站 | 色视频免费 | 亚洲精品一区二区三区蜜桃久 | 亚洲成人久久久 | 精品福利在线 | 日本在线视 | av官网在线| 日本一区二区三区精品视频 | 日本一区二区在线视频 | 国际精品鲁一鲁一区二区小说 | 精品国产欧美 | 欧美一二三区 | 日韩二三区 |