I have added on my Xamarin.Forms project the plug-in Xam.Plugin.PushNotification to display notifications and it's working fine.
On my back-end system I have implemented PushSharp to send notification which is working fine.
The only problem I have is that every notification which I send, always replace the previous one on the mobile phone. If I send for example 4 notifications, only the last one remain displayed on the mobile phone. Where and how can I set to display all notifications and NOT replace previous ones ? Is it a parameter on the back-end system while sending the notification (PushSharp) or a parameter in the app plig-in Xam.Plugin.PushNotification ?
Many thanks!