Can't load search results Google Places ios Swift - ios

I am using GooglePlaces for my app everything works perfectly but i don't know what happen suddenly i am getting error message "Can't load search results"
my API is already Enabled
NOTE: i had tried following solution but which is not works for me
Google Places AutoComplete on iOS - Can't Load Search Results - Try Again
Google Places iOS - Can't load search result
Someone Please Help!

My issue is solved as i regenerate my google API keys

Related

googlesheet package does not allow me to sign in googlesheet in my Shiny App

Whenever I am trying to connect my Shiny app to Google sheet I get the message:
Sign in with Google temporarily disabled for this app
This app has not been verified yet by Google in order to use Google Sign In.
It used to work but it looks like Google blocked the application recently. Is there a workaround?
Have you tried the newer google sheet package by Jenny Bryan, googlesheets4 (https://googlesheets4.tidyverse.org/)?
forget about the comment..
I tried googlesheets4 and it looks promising. I could reach my googleDrive but I am not able to read any sheet. Not even using sheets_examples, which is weird.
I tried:
drive_auth(email="MyEmail#gmail.com")
sheets_auth(token = drive_token())
(DRIVE = drive_get("MySpeadSheet"))
SPE = read_sheet(DRIVE, range = "MySheet")
I have tried different ways to get my sheet with "read_sheet" (including sheets_examples) but every time I get the following error:
Error in parse(df$cell, ctype, ...) : is_string(ctype) is not TRUE

Enabled Google Places ApiKey also Shows Can't load search results in iOS Swift

I have enabled Google Places Api from console which is same as my Google Maps ApiKey, and i have updated pod version from 2.7.0 to 3.0.3. and i have regenerated ApiKey also still i am not getting search results.
please help me to sort out this problem.
Places Api
SearchResult
NOTE: I tried all these solution but those are didn't works for me
Can't load search results Google Places ios Swift
Google Places AutoComplete on iOS - Can't Load Search Results - Try Again
The search result showes once in a 100 times after 1st search again its not showing any result.
i don't understand why its happening like this. am i miss anything.
please someone help me to sort out this problem.

Double message on ios when get geolocation

I have created an ios app (Xcode) with a single WebKit View component that loads an external website. This website tries to get the current geolocation with this Javascript: navigator.geolocation.
This all works fine, but the problem is, I get 2 messages:
First a message for the app: 'Allow "NameApp" to access your location while you are using the app?'
Second a message for the webview: 'https://mywebsite.com would like to use your current location'.
I have seen similar questions about this issue, but they all went about a native/offline Cordova app. I have an online app in my Webview.
How can I prevent this double message? Or a workaround for this problem?
I used the WebViewGold for iOS app template for it & it worked out of the box without second / repeated dialog. Maybe helps other developers/no-code guys.

Get opening hours from GMSPlace in iOS

Is there a way to get opening hours for a GMPlace in iOS SDK?
I could only find - (GMSPlacesOpenNowStatus) openNowStatus [read, assign]
which doesn't contain opening hours, and anyhow appears to be buggy and always return "unknown" (reference: https://code.google.com/p/gmaps-api-issues/issues/detail?id=8160).
Looking for an iOS was to find opening hours, rather than making a GET request from iOS to the web API with the retrieved placeID.
The Google Maps API only returns the following info: https://developers.google.com/maps/documentation/ios-sdk/reference/interface_g_m_s_place#properties
I checked the MapKit API and it doesn't return anything like that either.
Maybe try the Google search API? I know you get that info back in some cases when doing a google.com search.
https://developers.google.com/custom-search/docs/xml_results#overview

GooglePlaceAPI error: -6 in iOS

after working with autocomplete UI Control https://developers.google.com/places/ios-api/ i got error in XCODE console when i am going to search in search bar that Google provide.
I have use Google Maps frameworks with use of pods.
Error :
error : -6
Set accountToAuthorizerBlock to be able to send authorized requests.
I'm an engineer on the Places API for iOS team. This is an internal log message that was printed by mistake. It shouldn't actually affect the functionality of your app and it's fine to ignore it.

Resources