Hi, Is there any way to check if a device (any platform or mobiles) connected to internet?.
I used to make request using HTTPS and get if device has internet or not. Is there any better way to handle this.?I went through most of C++ code FPlatformMisc,networks, there are no delegates which have this functionality. There is this one delegate I have came across
FCoreDelegates::OnConnectionChanged() any one has implemented this? How to really check if device is connected to Internet or not. Any help is appreciated.
Thanks.