Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这似乎是一个荒谬的问题,但我认为我最好事先仔细检查。
我正在决定使用哪种数据存储方法,目前正在使用 SQLite (libsqllite2.dylib)。
如果我通过应用商店发布应用的更新,那么一旦 iPhone 应用更新,数据库中的数据会被保留还是删除?
谢谢,
沙箱中未包含在捆绑包中的所有内容(您放入 Documents 文件夹、Library 文件夹等的所有内容)都将被保留。仅替换应用程序包本身。