|
Hi, Currently trying to find in the doc if there is a way to check the internet connection status for a standalone build so that for example I properly adapt my features if the user is connected or not. there is such a check, but only for iphone it seems. iPhoneSettings.internetReachability How can I then detect is the user is online or not when in standalone? thanks for your help, Jean
(comments are locked)
|
|
FYI iPhoneSettings.internetReachability also works for android but for general cases try somethign like this so if it times out, then they dont have internet access, or just cant get the internet data, otherwise you are good to go.
(comments are locked)
|
