Reputation: 1037
I'm trying to use fileProvider
in iOS 11 and have a database at file:///private/var/mobile/Containers/Shared/AppGroup/xxxx/xxx.db
.
I would like to open this folder to open this database in SQLite Manager. How to do this?
Upvotes: 6
Views: 258055
Reputation: 411
You can also access simulator path by :
You will get the file in your "finder folder" directory.
Upvotes: 0