keybase / client

Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
BSD 3-Clause "New" or "Revised" License
8.89k stars 1.23k forks source link

keybase ipc on ios - tips please #11212

Open culyun opened 6 years ago

culyun commented 6 years ago

Apologies if this is the wrong forum for code questions. Point me in the right direction if you know where..

According to the doco, the keybase service communicates with various UIs over unix domain sockets. I've found the go code, but where is the matching UI code for OSX / IOS? Is it abstracted away through some library?

culyun commented 6 years ago

Answering my own question by rummaging through the code. The IOS code base doesn't do ipc with a keybase service per se, but links against the service courtesy of gomobile and react native.