Page 3 of 9

Push Notification alert not working since update

Posted: Fri Nov 20, 2015 9:30 pm
by Voltaire

Do we need to change anything in the way of registering the device other than usual way by creating 2 local storage and linking the database to the app. Are there any steps to make in version 3.0 other than version 2.3 and below ?


Push Notification alert not working since update

Posted: Fri Nov 20, 2015 9:46 pm
by Voltaire

do we need to choose any specific option in android permissions in verion 3.0 for the push service ?


Push Notification alert not working since update

Posted: Fri Nov 20, 2015 10:07 pm
by Voltaire

I did put in the device ready the java function:
setTimeout(function() {
alert(localStorage.getItem('pushNotificationDeviceID'));
}, 1);

Am getting the alert message but the null value, seems that app can not or doesn't know how to get the device id !!


Push Notification alert not working since update

Posted: Sat Nov 21, 2015 5:11 pm
by Vinny B

Hope this help.. Its the only thing in my app that registers the device. I have no code or mapping. For push notifications.
Image
.
In Appery database linked to app.

Image


Push Notification alert not working since update

Posted: Sat Nov 21, 2015 5:18 pm
by Voltaire

Hello
Thanks for your help, I have the same settings in my app, but still it won't register itself in appery database , please tell me did you uninstall the app and isntall it again or just updated the app and are you using ipa to test or apk file ?
Waiting for you reply
Thanks in advance


Push Notification alert not working since update

Posted: Sat Nov 21, 2015 5:21 pm
by Vinny B

I uninstalled the app deleted my device from the database then reinstalled my app. and it appeared in the database.


Push Notification alert not working since update

Posted: Sat Nov 21, 2015 5:22 pm
by Voltaire

Is it on android or ios ?


Push Notification alert not working since update

Posted: Sat Nov 21, 2015 6:39 pm
by Vinny B

android


Push Notification alert not working since update

Posted: Sat Nov 21, 2015 6:49 pm
by Voltaire

Strange I have the same settings as you have knowing that the app is one year old and was working perfectly, my test on andoird with v 2.3 works fine while v 3.0 doesn't work, can you provide me with your apk and I will provide you with mine to check the problem.
I am using samsung s4 with 4.4.2 , moreover I will test it in 30 mins on ios 9 ans will provide you with feedback.


Push Notification alert not working since update

Posted: Sat Nov 21, 2015 7:07 pm
by Voltaire

Here are my settings in V 3.0
Image

and in the events

Image