-
Notifications
You must be signed in to change notification settings - Fork 918
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
ios - No network crash #175
Comments
Thank you for the report. I will fix it in the next release. |
For temporally solution, please check the network availability before calling map.getMap(). |
Thanks, but I don't think that work around will resolve the issue since versionCheck is called from pluginInitialize... |
Ah, that's right. |
I change my mind. I will release hot fix in couple of days. |
This issue is fixed in v1.1.5. |
I am seeing this exact same error in the latest version off the app on iOS 8. If I switch on the network conditioner and set to 100% loss, when I load the app it crashes after a second or two of calling getMap(). |
Looks like the version check utilization of R9HTTPResuest gets stuck in a loop in the event of no network connectivity and eventually crashes.
Happens on any device/emulator.
Commenting out [self versionCheck] or [request startRequest] in GoogleMaps.m as to bypass fixes.
The text was updated successfully, but these errors were encountered: