I want to rewrite our Couchbase Lite 1.4 app to version 2.1.3 and am interested in documentation about peer2peer replication using the iOS MultipeerConnectivity framework. This is what I found so far:
- https://docs.couchbase.com/couchbase-lite/2.1/objc.html#peer-to-peer-sync
- https://github.com/couchbase/couchbase-lite-ios/blob/master/Swift/Tests/MessageEndpointTest.swift
Both documents are helpful but neither describes a fully working example. Any pointers would be very much appreciated.