rdelrosario / xamarin-plugins

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

Still working #56

Closed markobls closed 8 years ago

markobls commented 8 years ago

I need to implement push notification, I'm using Azure Messaging client with GcmClient, but im having some problems, like the app crash when receive notification while app is open.

So, i need to find another solution, is your still working ?

rdelrosario commented 8 years ago

Is working. What is the stacktrace of tour crash?

On Monday, 18 April 2016, Marco Macedo notifications@github.com wrote:

I need to implement push notification, I'm using Azure Messaging client with GcmClient, but im having some problems, like the app crash when receive notification while app is open.

So, i need to find another solution, is your still working ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/rdelrosario/xamarin-plugins/issues/56

markobls commented 8 years ago

I solved it now after 2 days ago.

I needed to add GcmReceiver in manifest.

Thanks anyways.