A fun geolocation app built with Parse.
See more details here: https://www.parse.com/anywall
- Clone the repository
- Install all project dependencies from CocoaPods by running this script:
cd AnyWall-iOS
pod install
- Open the Xcode workspace at
AnyWall-iOS/AnyWall.xcworkspace
- Add your Parse application id and client key in
PAWAppDelegate.m
-
Set up a Facebook app at http://developers.facebook.com/apps
-
Set up a URL scheme for fbFACEBOOK_APP_ID, where FACEBOOK_APP_ID is your Facebook app's id.
-
Add your Facebook app id to
Info.plist
in theFacebookAppID
key.
To learn more, take a look at the AnyWall iOS tutorial.
- Clone the repository and import the
Anywall
andgoogle-play-services_lib
projects from theAnyWall-android
folder. - Add your Parse application id and client key in
Application.java
. - Add your Google Maps Android API v2 key in
AndroidManifest.xml
. See the Google Maps Android API v2 Getting Started guide for instructions on how to obtain a key.
To learn more, take a look at the AnyWall Android tutorial.