I’m trying to use GCM with Mono for Android.
According to the Google Cloud Messaging getting-started guide, I should inherit com.google.android.gcm.GCMBaseIntentService.
But I can’t find this in Mono for Android. What should I do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to use a third-party library. I have done this successfully using PushSharp. Instructions on how to get started can be located on this page
https://github.com/Redth/PushSharp#pushsharpclientsamplemonoforandroid-