Hi,
I am facing the below scenario with android devices but I don't know if there a workaround for it: 1- Install a mobile application that support push notification and connected to UPS server in android device 2- User open the application and the device registered on UPS server 3- User receive notification normally 4- User uninstall the application without his device been unregistered from UPS 5- User install the application again and register his device in UPS 6- User receive double notification of each notification instead of one 7- with each new uninstall and reinstall of the same app, number of the multiple notification increase by one Is there a solution for this issue Thanks |
What you are facing is that deviceId's that are no longer used will removed by google, UPS will get informed about that and will remove the device from it's database as well. But this will take some time, so either you wait for this to happen or you go into the UPS console and disable the devices there. Hope this answers your question On Mon, Feb 15, 2016 at 2:18 PM, aamagdi <[hidden email]> wrote: Hi, Cheers, Erik Jan _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
In reply to this post by aamagdi
Hi aamagdi, When you uninstall the app in your device, Google automatically unregister that on GCM. Could you open a Jira[1] for that and provide more information like:
[1] https://issues.jboss.org/browse/AGDROID On Mon, Feb 15, 2016 at 11:18 AM, aamagdi <[hidden email]> wrote: Hi, -- -- Passos _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
Currently I am using aerogear cordova plugin version 2.0.4 not aerogear-android-push
Issue appear on all Android test devices I have 4.3, 4.4, 5.x Aerogear UPS server 1.1.0 |
In reply to this post by Erik Jan de Wit
So what is the average time it take to remove this device from notification list
|
Hey, Can you open a Jira with these steps to reproduce this problemhttps://issues.jboss.org/browse/AGCORDOVA On Mon, Feb 15, 2016 at 11:39 AM, aamagdi <[hidden email]> wrote: So what is the average time it take to remove this device from notification -- -- Passos _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
In reply to this post by aamagdi
Hello! to follow up on the other mails, for UPS 1.1.2 there will be code that actually performs a more sane way, by using the canonical id, once the push is delivered: On Mon, Feb 15, 2016 at 2:18 PM, aamagdi <[hidden email]> wrote: Hi, Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
Free forum by Nabble | Edit this page |