We’re using the Google Sign-in SDK on a React Native app (via the eact-native-google-signin
library). We got cases (not often though) where users fail to login when their iPhone is set to use mobile data, but succeeds when on wi-fi. The problem only occurs during the sign-in phase – other than that, everything works well also on mobile data
The error we see shows Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline."
, but according to them, their internet does seem to be fine. Also, as mentioned, the app works well beside that also on mobile data
Any idea?
Environment
device: iPhone X
OS: iOS 13.2.3
React Native: 0.59.10
react-natove-google-signin: JS: 1.2.1, pod/iOS: 4.4.0