I have an application that stores some user inputs into a Core Data. I want to add a feature which will enable the user to create backup of his data and when required restore the same to his application. Is there any tutorial available ?
Try this following tutorial for iCloud integration for your backup..
You need to create functionality for Backup/Restore as your requirement.
Hope it helps..