Currently my application is getting data from remote server through web services. But some times user are in area where network is rarely available. So in that case I just want to sync data for application through their laptop (window or mac).
For example I need to sync 100 images in to the app. I create an environment on laptop where I create a folder and keep images there and once iPhone get connected to laptop through wifi all images get synced with the application.
However I don't want automatically it can be usually on button action. But please guide me is there any way?