Is core data right for cross app data storage?

I am creating an app that creates data based on user input, and another app that displays that data. The data is changing every day. What would I use to do this?

I don't see anything special in what you've described--data created by one app and read by another.


The CoreData API can dynamically create data stores, and do lots of things beyond the typical single app use cases.

Is core data right for cross app data storage?
 
 
Q