Kevin Preston
Posts: 0
Joined: Wed Oct 09, 2013 12:18 pm

Push question

I would like to be able to receive a push notification in my app and then decide, based on the content of the push, whether or not to alert the user using the native notification methods. The user could then click the notification and go to the app as normal. Is this possible? I have found that if you switch 'show alert' off in app settings then the app does not receive the push unless it is active. If you have 'show alert' on then it is too late for the app to decide what to do with the push as it is already presented to the user.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Push question

Working on it, I'll update.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Push question

Hi Kevin,

You understand Push logic correctly. This seems to be impossible.

Kevin Preston
Posts: 0
Joined: Wed Oct 09, 2013 12:18 pm

Push question

Do you know if this is this a limitation of Phonegap or Android/IOS?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Push question

Kevin,

This is the OS restriction.

Kevin Preston
Posts: 0
Joined: Wed Oct 09, 2013 12:18 pm

Push question

Katya,
I have been looking at the documentation for GCM ( http://developer.android.com/google/g... )and it seems that in Android at least it is possible to receive the push notifications without having the notification showing first. So the app receives the push (whether it is awake or not), performs some 'work' and then decides whether or not to display a notification. Are you likely to be adding this functionality in your November release?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Push question

Hi Kevin,

No, this won't be added in November. You can find our roadmap here:
http://docs.appery.io/roadmap/

Return to “Issues”