views:

36

answers:

1

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

A: 

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.

Shaggy Frog
hi can you give me a direction?what are the options to write such back up process?thanks,shani
shani
I can't write a detailed feature spec for you. You need to do that yourself.
Shaggy Frog
hii asked only for direction.just to know where to go to start?thanks
shani
I can't give you any direction. Only *you* know the requirements of your project.
Shaggy Frog