Is there a way to send silent or mixed remote notifications with bluemix? There is no such option in the dashboard.
I want my app to fetch data while it's in background when receiving a remote notification.
Edit (copy-paste from comment):
I meant what is the way to send mixed push notifications from Bluemix side, not how to handle it client side. The solution is to use REST API:
POST https://mobile.eu-gb.bluemix.net/imfpush/v1/apps/$(app_id)/messages
with body:
"settings": { "apns": { "type":'MIXED' }