Always send push notification to the device (never let the app itself catch it)

0
Hi there, I want to be able to send a push notification always to the (Android) device itself, instead of only when the user is not actively using the application. Is this possible or is this a PhoneGap / Android default?
asked
2 answers
1

This is something you can decide yourself in the model, since a microflow decides when you send a pushnotification. 

Regards,

Ronald

[EDIT]

I did some reading up. On the Apple side this is in the design and not something Mendix can change. See stackoverflow: http://stackoverflow.com/questions/14872088/get-push-notification-while-app-in-foreground-ios

answered
0

Which one? I use the provided Java action 'SendMessageToUser', but this does not end up in the device message que but is catched by the app itself when the user is actively using the app.

answered