Generate Google Places API Key
Maps UIKit SwiftUI
Now that you see how easy it is to integrate Google Places into our application, let's go ahead and see how to generate your own personal API key.

Comments (3)
omarubilla
3 years ago
hi Brian, this feature was working fine until suddenly I get the -No such module 'GooglePlaces'-, how can I fix this? pods folder includes GooglePlaces. Thanks for your time.
Brian Voong
3 years ago
omarubilla
3 years ago
I am, tried generating new API keys and re-installing the SDK; same error?
omarubilla
3 years ago
ok solved by going to Build Settings > Project: 'name of project' > Search Paths > Framework Search Path > and adding "($SRCROOT) - recursive" .
David Guarino
3 years ago
Hey Brian any reason why I'm this error getting after enabling the "Places Api" and having my own Api Key....... (DEBUG: Unable to find current places Error Domain=com.google.places.ErrorDomain Code=-6 "Operation failed due to exceeding the quota usage limit. See the usage limits guide (https://developers.google.com/places/ios-sdk/usage) for information on usage limits and how to request a higher limit." UserInfo={NSLocalizedFailureReason=Operation failed due to exceeding the quota usage limit. See the usage limits guide (https://developers.google.com/places/ios-sdk/usage) for information on usage limits and how to request a higher limit., NSUnderlyingError=0x600002b78d80 {Error Domain=com.google.places.api.server.ErrorDomain Code=-2 "OVER_QUERY_LIMIT" UserInfo={NSLocalizedFailureReason=You have exceeded your daily request quota for this API. If you did not set a custom daily request quota, verify your project has an active billing account: http://g.co/dev/maps-no-account, NSLocalizedDescription=OVER_QUERY_LIMIT}}})
David Guarino
3 years ago
I guess you solved it in the next video
frankusu
3 years ago
"Operation failed due to an invalid (malformed or missing) API key. See the developer's guide (https://developers.google.com/places/ios-sdk/start) for information on creating and using an API key." I got that error when using CocoaPods 1.9.0 Google Documents said use CocoaPods 1.6.1 sudo gem install cocoapods -v 1.6.1 pod _1.6.1_ update
HELP & SUPPORT