0

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.

vinothp
  • 9,939
  • 19
  • 61
  • 103

2 Answers2

2

YES, its is you can use this DB it in both android as well as iOS

android and iOS both supports SQLite

EDIT : Download SQLite expert from here

MAC
  • 15,799
  • 8
  • 54
  • 95
  • thanks for your answer.. I am happy now if so could you suggest some steps please – vinothp Jul 30 '12 at 12:24
  • I tried to open the android.db in firebox sqlitemanager but i couldn't.. thats what i asked steps because i am not sure what i am doing wrong – vinothp Jul 30 '12 at 12:28
1

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

Community
  • 1
  • 1
jeet
  • 29,001
  • 6
  • 52
  • 53