I have enabled file sharing in my project to allow the user to take out some files from the App. However, I want to prevent the users from adding any files to the App, or limit them to add files with specific extensions.
-Is there anyway to achieve that?
-Anyway to share specific files only? The App using Core data and I can see sqlite files there.
Thanks