0

I have a .db file taken from my android application, and now I need to use that .db file in my iphone application and access that database.

Can someone please suggest me how could I do so? Thanks.

PengOne
  • 48,188
  • 17
  • 130
  • 149
Monish Kumar
  • 2,788
  • 4
  • 38
  • 54

1 Answers1

0

You can use a SQLite database in an iPhone application. For information on how to incorporate it, please see the myriad solutions to this post: Add an SQLite database to an iPhone app

Community
  • 1
  • 1
PengOne
  • 48,188
  • 17
  • 130
  • 149