Skip to content

Instantly share code, notes, and snippets.

@mehmetbebek
Created September 22, 2014 07:18
Show Gist options
  • Save mehmetbebek/c4d9b15bfee7416ddba6 to your computer and use it in GitHub Desktop.
Save mehmetbebek/c4d9b15bfee7416ddba6 to your computer and use it in GitHub Desktop.
Push Notification Problem
Parse.initialize(this, "xxxx", "xxxx");
PushService.setDefaultPushCallback(this, MainActivity.class);
ParseInstallation.getCurrentInstallation().saveInBackground();
ParseAnalytics.trackAppOpened(getIntent());
super.onCreate(savedInstanceState);
https://www.parse.com/questions/android-parse-push-notification-not-working
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment