i m saving more then 1 gb data in core data and arround 200000 records.and app getting exit each time on device not on simulator. so is there any size restriction on device?
if (![context save:&error])
{
// Handle the error.
// NSLog(@"Error in saving copupons");
}
else
{
NSLog(@"Saved data");
}
and getting proper message while saving data