Sup-iOS
Sup-iOS copied to clipboard
Sup!
Sup app
This is the source code for the sample app, Sup, demoed at Parse's NYC Meetup on June 23, 2014.
iOS Setup
- Create a new Parse app: https://parse.com (sign up if you don't have an account!)
- Clone this repo.
- [OPTIONAL] Open the
AppDelegate.m
file and modify the following two lines to use your actual Parse application id and client key:
[Parse setApplicationId:YOUR_APP_ID
clientKey:YOUR_CLIENT_KEY];
Cloud Code Setup [OPTIONAL]
The following steps are only necessary if you are using your own Parse app. If you skipped step 3 above, you can skip the entire Cloud Code setup.
- Install the Parse CLI.
- Set up your Cloud Code.
- Copy the
main.js
fromparse/cloud
into your Cloud Code folder. - Deploy!
parse deploy