/PushTutorial

A sample application showcasing push notifications on Parse.

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

Push Notification Tutorial

This project is a simple demonstration of using Push Notifications with Parse.

How to Run - Android

  1. Clone the repository and open the project at Android/.
  2. Add your Parse application id and client key in Application.java.

How to Run - iOS

  1. Clone the repository and open the Xcode project at iOS/PushNotificationTutorial.xcodeproj.
  2. Add your Parse application id and client key in AppDelegate.m
  3. Follow the associated tutorial to create and set the appropriate provisioning profile and App ID.

Learn More

To learn more, take a look at the Android Push Notifications tutorial or the iOS Push Notifications tutorial.