Reputation: 184
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 ?
Upvotes: 1
Views: 325
Reputation: 17969
As of August 2016, sorry, no we do not have support for Windows servers.
We have an open issue for voting on plain Windows support.
Issue 509 is for voting on different flavours of UWP.
Upvotes: 1