How to send silent push to iOS via Google Cloud Messaging
问题 How to send silent push notification to iOS application over GCM? Silent push is notification that will not appear in notification center, but awake application to do some action in background. Google introduce new features in new GCM with possibility to send push messages to Android, Chrome and iOS. Any idea, how to do this? 回答1: Use the content_available (not content-available ) attribute like this: curl -X POST --header "Content-Type:application/json" --header "Authorization:key