Questions tagged [realm-browser]
13 questions
8
votes
1 answer
java.lang.NoClassDefFoundError: Failed resolution of: Lio/realm/internal/SharedRealm$Durability
I am trying to create a demo application using Realm to browse default.realm using Facebook's stetho. I am getting this error every time i try to open default.realm on google chrome using chrome://inspect > Resources > Web SQL > default.realm
This…

Rana Ranvijay Singh
- 6,055
- 3
- 38
- 54
5
votes
4 answers
Where to Get Encryption Key for Realm App in Swift
I have a Swift app that uses the Realm Object Server running remotely on a Linux server. Everything is working, including real-time sync.
Occasionally I want to inspect the contents of a local Realm file used by the iOS Simulator so I can do some…

Clifton Labrum
- 13,053
- 9
- 65
- 128
4
votes
1 answer
How to Connect to Remote Realm Server with Realm Browser
I have a Realm Object Server (v. 1.0) running on an Ubuntu server. Am I supposed to be able to connect to it via the Realm Browser app?
Here is what I've tried.
File > Open Sync URL...
Then I enter my realm sync URL that I use in my iOS app. I also…

Clifton Labrum
- 13,053
- 9
- 65
- 128
1
vote
0 answers
Is there a way to update the Realm Browser when data is changed besides downloading the container from device each time?
Currently, each time I run the app and change data, in order to see it in the Realm Browser, I follow the following steps:
1) Window -> Devices
2) Device -> Installed App -> MyApp -> Download Container
3) Show Package Contents -> AppData ->…

Brittany
- 266
- 1
- 3
- 8
0
votes
1 answer
Realm Object Server
I am developing Xamarin app(ios, android) using ros(realm object server).
1. how to connect ros with ros studio and realm browser.
i entered my ip address, host info:
it is result. i dont know what is form:
i want use url only.
2. i want to know…

SeongMin Choi
- 40
- 3
0
votes
1 answer
macOS Realm Browser requests encryption key to open after upgrading realm 1.13.0 to 2.0.0?
When I close app in iOS simulator and use Realm Browser to open database.realm it asks me to enter encryption key to open?
I had to roll-back to realm 1.13.0
Anyone else run into this? Any solutions?
Realm Browser: macOS Version 2.1.12 (96)…

Ed of the Mountain
- 5,219
- 4
- 46
- 54
0
votes
1 answer
filter results based on specific property in realm browser
How can I filter results based on specific property in Realm Browser?
In other words, for example, enter myproperty=10 in the search box and get the related result.

Soheil Novinfard
- 1,358
- 1
- 16
- 43
0
votes
1 answer
Realm NSDate is not read correctly
My situation is as follows: I get a ticket info from an API Call, and I can see in my Realm Browser, that the dates of when I activated the ticket and when it expires are saved correctly in the database in UTC.
In the Database, using Realm Browser,…

da-na
- 250
- 2
- 8
0
votes
0 answers
How to connect Android app to Realm Browser in macOS
Our team has recently decided to try out Realm as our db solution. For easy debugging, we were hoping the Realm browser comes handy, however, there is no documentation for that.
Anyone?

Aditya Ruia
- 11
- 1
0
votes
1 answer
Primary Key is not defined in model, but primary key error is shown
I'm getting this error...
2017-03-26 17:34:49.104919 Mobile[518:254067] ***
Terminating app due to uncaught exception 'RLMException',
reason: 'Only 'string' and 'int' properties can be designated the primary key'
In the prepopulated realm I…

sirvon
- 2,547
- 1
- 31
- 55
0
votes
1 answer
Cannot find my .realm file to see in realm browser and cannot see Result
Pardon me for asking such a silly question. I am trying to use Realm DB for my app and I am stuck at how to see my database on realm browser. Also I tried to see the path and find it in my files. I didn't find any Realm file. How do I go about…

Y_J
- 81
- 1
- 8
0
votes
1 answer
Access data with Realm Browser
I'm saving data in my Realm database.
Is it posible to access these datas? They are images and I would like to preview it.

Colas
- 3,473
- 4
- 29
- 68
0
votes
2 answers
Opening realm files using the realm browser
I'm trying to examine my Android app's realm db contents. I've pulled my realm file from the emulator, and am now trying to open it using the Realm browser (Realm browser 2.0.1, Mac OS X El Capitan). I attempt to open the file, and the browser…