Page 1 of 10

Push Notifications not working

Posted: Fri Nov 15, 2013 8:27 am
by Pau San Juan

I've completed the push notification tutorial, and push notifications are not working.

I've made the sample aplication and generated the APK with my keys and when i try i get DONE in push initialize and SUCCESS in registration, but when i send a push from appery.io site, nothing appears in the message label.

Furthermore, y the database only one device is added, if i try the app in another phone it gives me succes registration but no phone is added to the DB, only accepts one row. In the db i see another strange thing, the token colum appears as "undefined".

waiting for your answer, thanks


Push Notifications not working

Posted: Fri Nov 15, 2013 8:53 am
by Kateryna Grynko

Hi Pau,

Could you please clarify when you completed the tutorial? There were some significant changes in Push Notifications mechanism.


Push Notifications not working

Posted: Fri Nov 15, 2013 9:10 am
by Pau San Juan

I did the tutorial yestday morning


Push Notifications not working

Posted: Fri Nov 15, 2013 9:49 am
by Kateryna Grynko

Pau,

Please share the application with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.


Push Notifications not working

Posted: Fri Nov 15, 2013 10:15 am
by Pau San Juan

Ok, i'll do as soon as the maintenance ends.


Push Notifications not working

Posted: Fri Nov 15, 2013 11:02 am
by Pau San Juan

The app is already shared. I'll wait for your answer.
AppName(TrafficAdvisor)


Push Notifications not working

Posted: Fri Nov 15, 2013 10:03 pm
by Maryna Brodina

Hello! Thank you for sharing. Could you post or send at a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a username and password?


Push Notifications not working

Posted: Mon Nov 18, 2013 7:26 am
by Pau San Juan

Hi, Maryna the pushtest page is separated from the app, you dont need the login data. I've set it as start page, so you can check it. Thank you


Push Notifications not working

Posted: Mon Nov 18, 2013 3:24 pm
by Maryna Brodina

Hello! Thank you! We're working on it.


Push Notifications not working

Posted: Tue Nov 19, 2013 7:12 am
by Maryna Brodina

Hello!
1) Sender ID for push notifications is not filled in
2) On Push notification event you have the following code preAppery("messageLabel").text(data.aps.alert);/pre but the Label name is lblMessage. Please rename Label or change the code.