Hi CBL Team,
We want to share the local database , one device to another device using Airdrop. Is it possible to do?
(Note : the idea is, we don't want to download same data from server again and again for that, get the local db(all doc) zip and share to the nearest mobile device by airdrop)
On Aug 22, 2017, at 10:14 PM, Tamil Selvan <tamilsel...@gmail.com> wrote:Hi CBL Team,
We want to share the local database , one device to another device using Airdrop. Is it possible to do?
[self.mySession sendResourceAtURL:[NSURL fileURLWithPath:zipFilePath]
withName:[selectedFileURL lastPathComponent]
toPeer:peer
withCompletionHandler:^(NSError * _Nullable error)