I am developing an application which have some pre loaded app resources that can be changed dynamically by user or admin, I have to put these app resources in document directory of my app so that it will not make me to update application on itunes.
Problem that I am facing that i have to download all the app resources from web server on local device when application launches for the first time.
I am seeking for the best method for fetching all my app resources and keep it updated? Please help me!
Actually, The problem is that I have thousands of resources like images, html and css files that have to be downloaded, and end user might feel problem in refreshing or maintain the data on server. Is there any file transfer protocol (ftp) library in iOS available to download the data and update? or any other method?