google-place-picker

Google Places Picker not working anymore, says: The Places API for iOS is not enabled. See the developer’s guide

℡╲_俬逩灬. 提交于 2019-12-11 06:08:21
问题 I am getting the error: Error: The operation couldn’t be completed. The Places API for iOS is not enabled. See the developer's guide (https://developers.google.com/places/ios-api/start) for how to enable the Google Places API for iOS. Google Account for map services is configured properly, billings etc. already done. Code used to present: let autocompleteController = GMSAutocompleteViewController() autocompleteController.delegate = self present(autocompleteController, animated: true,