I would like to generate a Realm.io database from a windows server. My aim is to download it (through web services) and read it from a mobile device (iOS).
So is there a way to generate a Realm.io database from a Windows server through a console application ?
I tried to do so with Xamarin Studio and a Console Application project but i had a System.PlatformNotSupportedException as PC platform seems to not be supported yet (https://github.com/realm/realm-dotnet/issues/509).
I thought to do that in java too but Realm.io seems to "not support Java outside of Android at the moment" (https://realm.io/docs/java/latest/).
Is there a trick to do what i want with Xamarin or Java ?
Is there any other way ?