maybe stupid question, but i am trying to read plist that I have in my app. That's no problem, but here is my problem. I have my plists in main bundle, but i want to update them dynamically from the web, but there is no permission to write to main bundle, so how can I put the plists to the documents directory of the app???
Or is there any possibility to overwrite them in main bundle when I download new ones from internet?
Thanks all!