Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 561 Bytes

File metadata and controls

25 lines (20 loc) · 561 Bytes

MySpots Prototype

Learn about how to use Google Places API for iOS

Install Cocoapods

sudo gem install cocoapods
pod setup

Install Pod Libraries

cd MySpotsPrototype
pod install

Make Google API Key

Follow the link (https://developers.google.com/maps/documentation/ios-sdk/get-api-key)

Open the project

After you installed pod libraries, open MySpotsPrototype.xcworkspace

Make APIKey.plist

In the project, you should make APIKey.plist File > New > File > Property List Then, add key(apiKey), Value(Your API Key)