-2

I have a app that displays data from a Realm database. but when I run the app it only shows the word "hello". Because of that, I want to check what the content of the DataBase is.

If I run the app and I print out the following line:

print(Realm.Configuration.defaultConfiguration.fileURL)

then I get a file URL, which I can open by writing in the terminal:

open //theURLPrintedToTheConsul

But the terminal doesn't find the file that the print line prints out

is it posible to view the DataBse content when the app is side-loaded on a physical device? if yes, how?

thanks!

Benji

BSM
  • 87
  • 2
  • 12

1 Answers1

0

You can read and write your realm data file using Realm Studio.

Vin Gazoil
  • 1,942
  • 2
  • 20
  • 24