Android Application Get Crashed When Application Is Not Running Or Not In System Tray And Received A Gcm Notification
I am new on Xamarin and android. I am facing issue with my Xamarin Android app. The application is get crashed. when it closed and received a GCM notification from the server. I ha
Solution 1:
I have fixed this issue. I create IntentService instead of Service. https://developer.android.com/reference/android/app/IntentService.html
And I found an example for Intent service: https://developer.xamarin.com/samples/monodroid/RemoteNotifications/
Post a Comment for "Android Application Get Crashed When Application Is Not Running Or Not In System Tray And Received A Gcm Notification"