Melissa
Melissa
CustomShellRenderer Doesn't seem to be working for me either unfortunately
Updated comment works perfectly :) thank you!
Hello, can you try these two methods in your Azure Listener Class: `void INotificationListener.OnPushNotificationReceived(Context context, INotificationMessage message) { string messageBody = string.Empty; string title = string.Empty; long serialNumber = 0;...
Can you also share how you are creating your push notification channel, even though the documentation doesn't say you have to, I have found myself creating it manually or else...
No worries, are you able to receive push notifications on Android when the app has been swiped closed? This is something I cannot get to work at all. On iOS...
Glad you got sorted. I think that is the expected behaviour. no worries, thank you!
@kiske1 I see you solved this issue yourself, I have tried running it in release mode and for me it still doesn't work :( a year later and I am...