in my app the user saves data in archive using core data and sqllite. 1. is there a way letting him the option to back up his data and restoring it in the future? 2. does the user info is backed up with the iphone regular back up?
thanks shani
in my app the user saves data in archive using core data and sqllite. 1. is there a way letting him the option to back up his data and restoring it in the future? 2. does the user info is backed up with the iphone regular back up?
thanks shani
I'll answer these in reverse order.
does the user info is backed up with the iphone regular back up?
Your application's data will get backed up as part of the regular iTunes backup process.
is there a way letting him the option to back up his data and restoring it in the future?
You will have to write this feature yourself if you want this kind of functionality. iTunes basically just images whatever's there when the device is plugged in.