I'm exploring the possibility of building a Today Extension for iOS8 and need advice wether this is feasible.
My host app enables a user to take photos with the camera, which then get saved locally within the app using Core Data. I want my Today Extension to select one of those photos at random and display it in the extension. A new, random photo will be selected each day.
Is it possible therefore for the Extension when launched/displayed in the Notification Center to access Core Data stored locally in the app (regardless wether the app is active or not), extract a photo/data and display it?