I am working on data management application in iphone , In the app I am saving set of data using core data(like name address,contact detail etc...).
Now i want to sync existing data to iCloud only if user want to sync, and on other side i want to import all data which is on iCloud only if user wants else app should work well with local app data.So how could i complete such manually import export operation on iCloud?
some thing menu like "sync from iCloud" and "sync to iCloud"