People in my app can download some audio lessons from my server. After a file is saved I move it to the app's document directory. Now I want to download the first file with my app app so that the user has a lesson from the box. I've added that file to the main app directory (from the encoded), and on app startup, I copy it to the app's document directory. All right, and now the problem: When I try to delete a copy of my audio file from the main app directory, I get the following error "Operation could not be completed. Operation is not allowed". How can this be solved?
The work you are trying to achieve is not possible with iOS or any hacks I know that even if this is the case, your app will be rejected by app because they do not allow the app to change the contents of the main bundle in the AP directory.
Comments
Post a Comment