Answer the question
In order to leave comments, you need to log in
onCreate doesn't work to get push from pushapps.mobi?
onCreate doesn't work to get push from pushapps.mobi
Here it says that
default if the activity is closed then you need to handle the click in the onCreate() of the activity.
Bundle bundle = this.getIntent().getExtras();
if (bundle != null) {
String notificationLink = bundle.getString(PushManager.NOTIFICATION_LINK_KEY);
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question