How to migrate a realm database to an app group?
问题 Really excited about the recent addition of sharing Realm data between apps and extensions. The documentation details how to set the default realm to the app group directory, I've got that working. Here's what I'm stuck on -- what's the best way to transfer the old database to the new location in the app group? 回答1: Based on @segiddins comment, I decided to go with moving the old database to the app group using NSFileManager: let fileManager = NSFileManager.defaultManager() //Cache original