Silent notifications can be used to inform the application of new content without having the user informed.
you just need to add one parameter to your notification payload
"payload":{"silent_push":true}
That'll enable content-avaibale for iOS and disable sound and text automatically.
and send the payload only to Android.