Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 android 和 iphone 开发面向内容的应用程序。我在 android 中完成了开发,它具有 androidApp.db 格式的数据库。是否可以为 iphone 使用相同的数据库,因为在 iphone 中,数据库格式是 .sqlite。
是否可以使用Android - androidAppdatabase.db
对于iOS - iphoneAppdatabase.sqlite?
如果是这样,请您建议一些步骤。
谢谢你们的帮助。
是的,您可以在 android 和 iOS 中使用这个 DB
android 和 iOS 都支持SQLite
编辑:从这里 下载SQLite 专家
db 文件用于在 android 和 iPhone 应用程序中进行复制,请查看以下链接,了解如何在 iOS 中执行此操作。
将 SQLite 数据库添加到 iPhone 应用程序