I have a requirement that no data can be saved to the device (iPad app). Can I still use Core Data as long as I don't call save()
?
Or can I just delete the context when the application closes thereby preventing any data to remain on the device?
Also, will using Magical Record (MR) make a difference? If so, would you suggest Realm or MR for this type of constraint?