Realm Object Server and remote logging

In this tutorial we’ll see how we can use Realm to remotely debug iOS Applications and features like background execution, receiving notifications, waking up from beacons or regions and generally situations that having the App connected to the XCode debugger is not possible. For this we’ll use Realm database and the Realm Object Server. Realm …