Search code examples
xamarinrealmrosrealm-object-serverrealm-browser

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:

image

it is result. i dont know what is form:

image]

i want use url only. 2. i want to know how to set realm object server URL. now i always have localhost:9080. i cant find infomation about that anywhere.

  1. Can i connect ros in mac with realmstudio in windows? plz..

Solution

  • The URL entered when connecting to the Realm Object Server should use the http:// or https:// protocol and you should make sure that it also has the right port.

    In your case I would expect that you can connect

    http://192.168.0.190:9080
    

    .. if you're running ROS on your local developer machine you can simply use

    http://localhost:9080
    

    also, you should the username + password should match that of the ROS server. This is realm-admin and an empty password, if you havn't changed it.