Voltaire
Posts: 0
Joined: Thu Apr 09, 2015 8:48 pm

Push Notification alert not working since update

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 ?

Voltaire
Posts: 0
Joined: Thu Apr 09, 2015 8:48 pm

Push Notification alert not working since update

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

Voltaire
Posts: 0
Joined: Thu Apr 09, 2015 8:48 pm

Push Notification alert not working since update

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 !!

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

Push Notification alert not working since update

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

Voltaire
Posts: 0
Joined: Thu Apr 09, 2015 8:48 pm

Push Notification alert not working since update

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

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

Push Notification alert not working since update

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

Voltaire
Posts: 0
Joined: Thu Apr 09, 2015 8:48 pm

Push Notification alert not working since update

Is it on android or ios ?

Voltaire
Posts: 0
Joined: Thu Apr 09, 2015 8:48 pm

Push Notification alert not working since update

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.

Voltaire
Posts: 0
Joined: Thu Apr 09, 2015 8:48 pm

Push Notification alert not working since update

Here are my settings in V 3.0
Image

and in the events

Image

Return to “Issues”