Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Eilon Krauthammer
Eilon Krauthammer
4,768 Points

Help with Core Data

Hi I'm working on an app and I want to save a date to the persistent store whenever the app goes in background and display that date on a label whenever the app goes active again. I tried to call the insert method in some of the app delegates method and fetch request to display it on the label but I got a runtime error... How do I do that please?

2 Answers

if you want you could use Parse has your back end database

Eilon Krauthammer
Eilon Krauthammer
4,768 Points

The thing is that I wanna know how to save data whenever the app goes in closes...