Hello,
I created my first iOS app with a realm database
The database is used offline on the Device
The app runs fine with the xcode simulator
Now I want to test the app on my ipad (plugged on the Mac)
The app is launching but the database is not reachable
The console of Xcode says :
RealDB is located: file:///var/mobile/Containers/Data/Application/FD338F70-94BF-4592-AF9A-A7429DF1/Documents/default.realm
Should I transfer the database manually ? in which folder ?
Thanks a lot for your answers !
Mat