I am using GCM push notification to pass some notification to the user. My problem is when am sending single message then this works fine if send more than one then the last
used this coding in your notification
int requestID = (int) System.currentTimeMillis(); PendingIntent intent = PendingIntent.getActivity(context, requestID, notificationIntent,0 );
then your notification will not override i hope this will help u