This is SimpleGeo's sample iOS application.
This app demonstrates how to integrate SimpleGeo.framework
into an iOS project. The app uses the framework to make API requests to SimpleGeo Context, Places, and Storage.
[SimpleGeo-iOS
] uses MapKit to show SimpleGeo Places and SimpleGeo Storage Records on a map. The app allows you to view SimpleGeo Context, browse and search SimpleGeo Places, and explore a SimpleGeo Storage layer from your iPhone, iPad, or iPod Touch.
-
Download
SimpleGeo.framework
and drag it into the Resources/ subdirectory. -
Rename
Resources/Credentials_template.h
toCredentials.h
and provide your SimpleGeo OAuth key and secret. -
Start coding!
-
git clone git@github.com:simplegeo/SimpleGeo-iOS.git
-
cd SimpleGeo-iOS/Resources/
-
git clone -b framework-ios git@github.com:simplegeo/SimpleGeo.framework.git
-
cp Credentials_template.h Credentials.h
-
vi Credentials.h
(add your credentials)