Ios develops local database
The data is not complicated, userDefault is enough, whether to use the database or not depends on your App’s requirements.
If it is to be used, FMDB is more recommended than Core Data. The former is better than Core Data in terms of usability, generality and actual performance.