Page 1 of 8

Trouble Sending Push Notifications

Posted: Fri May 03, 2013 4:48 pm
by Matthew

Can anyone point me in the right direction as to what I might be doing wrong. I have followed the tutorial at:

http://docs.appery.io/tutorials/sendi...

I have it set up so that when I run the app on my iPhone it initializes and registers, but when I try to send a Push Notification through the backend with the app subscribed to the channel, nothing happens.

I also added a service to send it using a master key through the app and tested it that way - when I test the service it runs successfully but still no push notifications appear nor does the label change in the app.

Is this a problem with sending or receiving the push?

Thanks in advance to anyone who can help.


Trouble Sending Push Notifications

Posted: Fri May 03, 2013 7:29 pm
by Illya Stepanov

Hi Matthew - hard to say what is exactly wrong. If you could provide some screenshots of your services setup? This could help.

By the way, when sending Push notification you should not fill device ID. It's unique for each device. If you set some device ID the message will be delivered to one phone only.


Trouble Sending Push Notifications

Posted: Fri May 03, 2013 7:38 pm
by Matthew

Hi Illya,
This is how I have the service set-up:

Image

Image

I also tried sending a push to the channel from the backend with no deviceID and the badge as 0 and 1 just in case:

Image

I wasn't sure if there was something I was completely missing. My phone should show some response if I have built it from xCode and have it natively on my phone right?

Thanks again. Let me know what I can share to help.


Trouble Sending Push Notifications

Posted: Sat May 04, 2013 1:49 pm
by Illya Stepanov

Let's clear this - if you are built your app in xCode, then you have done Development/Production Certificate for your app?
:: http://docs.appery.io/tutorials/sendi...


Trouble Sending Push Notifications

Posted: Sat May 04, 2013 1:55 pm
by Matthew

Yes, and I was able to send a Push to my phone using Parse and the same certificate so I know the certificate itself isn't the issue (although possibly a setting in the App Builder that relates to the certificate).


Trouble Sending Push Notifications

Posted: Tue May 07, 2013 4:27 pm
by Sergey Kozyr

Did you fill Push notification properties right? Push Certificate must be selected and valid password must be used.


Trouble Sending Push Notifications

Posted: Tue May 07, 2013 4:35 pm
by Matthew

Thanks Sergey - just tried it again but used a password this time and it worked. Didn't realize that was required.


Trouble Sending Push Notifications

Posted: Sun Sep 29, 2013 7:25 pm
by Jen5411892

I am trying to set up Push Notifications. I followed this tutorial http://docs.appery.io/tutorials/sendi..., but I'm not seeing anything in it that looks like the screenshot posted above my Matthew.
What am I missing? Is there a more complete tutorial I'm not seeing?


Trouble Sending Push Notifications

Posted: Sun Sep 29, 2013 9:33 pm
by Illya Stepanov

Hello Jennifer -- with which steps you have problems in this tutorial?


Trouble Sending Push Notifications

Posted: Sun Sep 29, 2013 11:44 pm
by Jen5411892

I do not see how to set up the service in the tutorial.