Realm Swift: Is it possible to keep database after the apps is uninstalled?
问题 Using realm swift, is it possible to keep and maintain the realm database file of the apps in device memory even after the apps is uninstalled from the device? Thank you very much for any help. 回答1: Applications all files are leftover when deleting an app. iOS apps are Sandboxed. This means that each App has its own space in disk, with its own directories, which act as the home for the app and its data. Deleting an app from the iPhone deletes this sandbox, deleting all data associated with