CoreData: Is there a way to cleanly delete the backuped DB, after database backup via migratePersistentStore? – Ios swift
Currently, our app provides a backup functionality to user, where she can perform snapshot backup of app database. We are using migratePersistentStore to achieve such functionality. After running migratePersistentStore, we will execute other I/O operations. Some of the I/O operations…