From 2a28e78dc0d8d17226d7f073007503297c70776d Mon Sep 17 00:00:00 2001 From: Mrugrajsinh Vansadia Date: Sat, 31 Oct 2015 11:31:07 +0530 Subject: [PATCH] Added intructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd16115..d2b0922 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ EDIT: As per the latest updates, You will need to integrate GoogleMaps SDK. For - Also set its delegate named, placeSearchDelegate. - And set your API Key as value of Property "strApiKey" Create iOS Key to use it here from Google Console, for [more info](https://console.developers.google.com/flows/enableapi?apiid=placesios,maps_ios_backend&keyType=CLIENT_SIDE_IOS) +- Also add [GMSServices provideAPIKey:@"YOUR API KEY"]; in application:didFinishLaunchingWithOptions of AppDelegate. or refer Step 4 from https://developers.google.com/places/ios-api/start#get-key