gpt4 book ai didi

ios - 如何确保在模拟器中设置了 NSURLIsExcludedFromBackupKey ist

转载 作者:行者123 更新时间:2023-11-29 02:25:26 26 4
gpt4 key购买 nike

我如何确保使用模拟器为所有文件/文件夹正确设置 NSURLIsExcludedFromBackupKey(我目前没有可用的真实设备)?

最佳答案

您可以使用以下方式检查:

NSError *error;
id enabledFlag = nil;
[yourFileURL getResourceValue: &enabledFlag forKey: NSURLIsExcludedFromBackupKey error: &error];
NSLog (@"NSURLIsExcludedFromBackupKey enabled %@", enabledFlag)

但无法使用模拟器中存在的 iCloud 选项进行检查。

关于ios - 如何确保在模拟器中设置了 NSURLIsExcludedFromBackupKey ist,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27610565/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com