I need my application work as follows:
1- User download and startup the application.
2- The application will automatically fill the (based core data) with specific records. 3- The application will works ok.
4- When the user close the application and restart it.
5_ The application will not automatically fill the core data with the specific records because it already there.
6- The user will not be able to add/remove/update the data.
Is there a good technique to do that using only core data and accepted by Apple.