Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Check files in Documents, Library or tmp directory on iOS device

Tags:

ios

I am making on an app and want to get access to the directories that system create automatically when app installed on device. Of course when I use simulator I can find these directories without any problems, but how to open them on device. Maybe via iTunes or maybe Xcode has access to these directories.

The folders are below:

enter image description here

Why I need it:

Because after my app restore some products (iOS simulator does not support StoreKit) I have few records in the tmp folder in SQLite database.

like image 267
Matrosov Oleksandr Avatar asked Dec 31 '25 01:12

Matrosov Oleksandr


1 Answers

@neilco , it's not necessary to use 3d party tools for this. In Xcode, go to organizer, select the connected device, "applications" tab, select desired application and hit "export" button below. This will export you app to your mac, so you can see your depicted folder structure, files' contents etc.

like image 74
Petro Korienev Avatar answered Jan 01 '26 14:01

Petro Korienev