What is the apple recommended database software for developing an iOS app

Could I please know What is the apple recommended database software for developing an iOS app

Apple's CoreData Framework isn't technically database software, but it provides an API for managing data:

https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreData/Articles/cdTechnologyOverview.html#//apple_ref/doc/uid/TP40009296-SW1


If you need more traditional database software, sqlite3 is available on iOS and googling "sqlite3 on iOS" should pull up some tutorials.

What is the apple recommended database software for developing an iOS app
 
 
Q