HabibAli / FCM-Xamarin-Forms

Many peoples are concerned about adding FCM to their android project under Xamarin Forms. The firebase library doesn't get installed under xamarin forms due to version issue of Android support lib in xamarin forms. So here is the workaround
MIT License
35 stars 11 forks source link

How would I allow notifications to be received when the app is not running? #7

Closed zanesc closed 7 years ago

zanesc commented 7 years ago

I have this setup and it is working while the app is still in memory but as soon as it is no longer in memory and I receive a notification I get the "App isn't responding" message. When I close that no messages are received after that.

zanesc commented 7 years ago

My bad, I was accessing application data that would not have been available when the application is closed. Working now.