We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--The Above (2) steps involve adjustments to the AndroidManifest.xml file--
--adjustment to the onCreate method for the activity class-- Parse.initialize(this, "YOUR_APP_ID", "YOUR_CLIENT_KEY");
Parse.initialize(this, "YOUR_APP_ID", "YOUR_CLIENT_KEY");
PushService.setDefaultPushCallback(this, YourDefaultActivity.class); ParseAnalytics.trackAppOpened(getIntent());
PushService.setDefaultPushCallback(this, YourDefaultActivity.class);
ParseAnalytics.trackAppOpened(getIntent());
Detailed Steps Can Be Found Here