SNS Mobile Push
问题 I am currently developing an Android app in Xamarin. I am using AWS SNS Push and Google Cloud Messenger (GCM). I've been following this walkthrough pretty closely: http://docs.aws.amazon.com/mobile/sdkforxamarin/developerguide/getting-started-sns-android.html The code I've been working with is extremely similar to what's there. However, I have a Registration Intent Service that works as follows: [Service(Exported = false)] public class RegistrationIntentService : IntentService { private