Parse.com push notifications not shown in background on android
问题 I'm using Parse.com with an Ionic app and the PushPlugin and trying to implement Parse's Push Notifications through GCM with a custom Sender ID. When I'm sending a message to all devices, or using the REST API with cURL, iOS notifications trigger fine when the app is in the background but android notifications are not. Here's what I tried with the rest API First for iOS, which is working well: curl -X POST \ -H "X-Parse-Application-Id: APP-ID" \ -H "X-Parse-REST-API-Key: API-KEY" \ -H