-
Notifications
You must be signed in to change notification settings - Fork 37
Intermittent app crash SocketException No such host is known #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looking through some App Center diagnostics from a few days ago, I actually see a similar (not identical) crash on Android 10 on a Pixel. I didn't investigate the crash at the time it happened but this was a real device which was connected to my home WiFi which didn't have any hiccups as far as I'm aware.
|
I wrapped the call to |
Bug
Plugin Version: 1.1.2
Platform: iOS 13.6.1
Device/Hardware: iPad 6th Gen, WiFi
This was reported by Apple and my app was rejected because of it. I wasn't able to reproduce the issue locally so I'm not sure if it is dependent upon a server being down or anything like that. I looked at your code and it's got a
catch (Exception)
so I don't understand why this caused a crash. I'm suspicious of theRedirectHandler
in there - maybe itunes.apple.com returned a 3xx response? In any case, I have no idea what the issue is or how to fix it.Stack trace
SIGABRT: SocketException No such host is known
The text was updated successfully, but these errors were encountered: