I am receiving only one notification and if there comes another notification, it replaces the previous one and here is my code
private static void generateNo
You need to add a unique ID to each of the notifications so that they do not combine with each other. You can use this link for your reference :
https://github.com/sanathe06/AndroidGuide/tree/master/ExampleCompatNotificationBuilder