Could I please know What is the apple recommended database software for developing an iOS app
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:
If you need more traditional database software, sqlite3 is available on iOS and googling "sqlite3 on iOS" should pull up some tutorials.