-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
Google Map does not load for 3.0.0 and above #155
Comments
I have the same issue |
Hi, nothing significant changed in The only change in Can you please try removing this code entirely from the file and see if that works? |
@kean - Thanks for the feedback. Yes, I was surprised too when I found out this was causing the issue. I have tested in iOS 16.1, 16.2, and 16.3. I removed Also, I did not find anything in the |
Hello @kean. I confirm, GTMSessionFetcher https://cocoapods.org/pods/GoogleAPIClientForREST breaks when using URLSessionProxyDelegate.enableAutomaticRegistration(). GTMSessionFetcher is used in all google services such as maps, disk, etc. |
Potentially related: #141 |
The workaround is to use a different logging method. Any of them will work, except for P.S. I wish there was a simple way to observe |
As requested, I provide a demo application based on reading items from Google Drive There are two buttons on the main screen:
If you do not use the If you uncomment the line I hope this helps debug and fix a problem in your really interesting and useful library. P. S. Yes, manual logging of network requests works, but it is not always convenient and informative, because not all modules can connect EventMonitor. |
I added a workaround in version 3.4.3 where |
When I used version 3.0.0 and above it does not load Google Maps.
After investigation, I found that it is the issue with the latest release when you directly use
URLSessionProxyDelegate.enableAutomaticRegistration()
The quick solution is to use version less than 3.0.0
The text was updated successfully, but these errors were encountered: