This is a simple app that demostrates the use of the Google Places API
- Go to the Google Developers Console
- Select a project or create a new one
- Enable the Google Places API Web Service
- Select the Enabled APIs link in the API section to see a list of all your enabled APIs. Make sure that the API is on the list of enabled APIs.
- Add Credentials -> API Key -> iOS Key
- Do not add anything for "Accepts requests from ... bundle identifiers"
Once you have the API key, add it to the project:
- Open the project
- Navigate to
LoadGoogleData.m
- Replace the value for GOOGLE_API_KEY with your API key