rdelrosario / xamarin-plugins

Cross platform Xamarin & Windows plugins for PCLs
MIT License
179 stars 161 forks source link

iOS: Push only shown when app in background #91

Closed CR4567 closed 7 years ago

CR4567 commented 7 years ago

Hi,

at the moment my push notifications are only shown when the app is in background. I'm using plugin version 1.2.4. DidReceiveRemoteNotification is triggered in both ways and I can handle the message content but the info is only shown when app not in foreground. Is that the correct behavior ? For me it looks not really intuitive.

Maybe it's related to my task from yesterday with android? [https://github.com/rdelrosario/xamarin-plugins/issues/90]

Best Chris

CR4567 commented 7 years ago

ok... that seems to be typical behavior of iOS... sry for that