Ihor Didevych
Posts: 0
Joined: Wed Nov 19, 2014 7:55 pm

Push notifications for an rss app

Hi Nicola,

If you placed extra logic that send push on appearing link, then yes.
If no, then you need to: - create a service
or

  • make all pushes manually
    or
  • create server-code script
    And use one of the item from list above
Nicola Rampazzo
Posts: 0
Joined: Thu Oct 16, 2014 2:39 pm

Push notifications for an rss app

Hi,
sorry but I don't understand what you mean for "extra logic".

Nicola Rampazzo
Posts: 0
Joined: Thu Oct 16, 2014 2:39 pm

Push notifications for an rss app

Hi,
following your suggestions I'm tryng to create a service as shown in the tutorial http://devcenter.appery.io/tutorials/... . I need to send push notification to all the devices. I've added the RegisterDevice service and the UnregisterDevice too. However if I try to add the UpdateService service I get this error when I try to generate the response from the test tab: Can't perform substitution for {deviceID} . Do I need this service if I have to send push notifications to all the devices? If I need it how can I get the deviceID?
Thanks
Nicola

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Push notifications for an rss app

Hello Nicola,

You don't need any extra service to send push notifications to all the devices. Push notifications are sent to all the devices registered in a db by default.

Nicola Rampazzo
Posts: 0
Joined: Thu Oct 16, 2014 2:39 pm

Push notifications for an rss app

Ok so I can delete RegisterDevice, UnregisterDevice and UpdateService services, publish the app and it will send push notifications to all devices?
Thanx

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Push notifications for an rss app

Nicola,

It hard to say for sure, because we don't know the entire logic of your project, but this approach should work. You may create a backup of your project before removing the services, just in case.

Return to “Issues”