Join Slack
Powered by
Anyone knows how to check if a host is reachable i...
# multiplatform
r
Roony Shekho
02/24/2025, 7:53 AM
Anyone knows how to check if a host is reachable in iOS? I want the equivalent of InetAddress.getByName(host).isReachable(). I've found some implementations in Swift but converting it to Kotlin was challenging to me.
a
Andrew Reed
02/24/2025, 9:22 AM
ive not used, but this lib has quite a few stars
https://github.com/ln-12/multiplatform-connectivity-status
9
Views
Open in Slack
Previous
Next