I am developing an content oriented app for android and iphone. I finished developing in android which has database in the format of androidApp.db. Is it possible to use the same database for iphone as well because in iphone the database format is .sqlite.
Is it possible to use Android – androidAppdatabase.db
for iOS – iphoneAppdatabase.sqlite?.
If so please could you suggest some steps.
Thanks for your help guys.
the db file is used to copy in both android and iPhone applications, check following link, to know how to do this in iOS.
Add an SQLite database to an iPhone app