Any way to get your SQLite DB off iPhone?

前端 未结 6 768
醉梦人生
醉梦人生 2020-12-13 02:28

I\'d like to analyze the data that I have in my iPhone app after doing some tests, and the data is in a SQLite database. Is there any way for me to be able to copy it off of

6条回答
  •  自闭症患者
    2020-12-13 03:07

    If your iPhone is jailbroken, you can access it through SSH. A program like WinSCP (on Windows) can allow you to connect to the phone and give you filesystem access. Then you can navigate to where your application stores the DB.

    There are also multiple Filesystem applications out there that might allow you to do this, but I don't think they will give you the full extent if your phone is not jailbroken.

提交回复
热议问题