我正在使用IBM MobileFirst构建混合iOS应用程序。
问题:
1)如何防止IBM MobileFirst JSONStore备份到iCloud或iTunes? 我们是否需要使用NSURLIsExcludedFromBackupKey来排除JSONStore路径?
2)是的,JSONStore路径在哪里?
答案 0 :(得分:0)
您需要使用NSURLIsExcludedFromBackupKey
API才能阻止JSONStore数据备份到iCloud或iTunes。
JSONStore数据存储在以下路径中:
<App Id>/Documents/wljsonstore/jsonstore.sqlite