This project is a simple demonstration of using Push Notifications with Parse.
- Clone the repository and open the project at Android/.
- Add your Parse application id and client key in
Application.java
.
- Clone the repository and open the Xcode project at iOS/PushNotificationTutorial.xcodeproj.
- Add your Parse application id and client key in
AppDelegate.m
- Follow the associated tutorial to create and set the appropriate provisioning profile and App ID.
To learn more, take a look at the Android Push Notifications tutorial or the iOS Push Notifications tutorial.