My iOS app is going to have an extension. I'm planning to share the documents & database with the extension by creating an app group and putting the files into the group's container, per the official guidelines.
Are there any downsides to keeping all of the app's data in the group container?
Is there a reason to leave any data in the app's folder instead of the group folder, seeing as it might be used or written by the extension in the future?