Push notification to specific user

Posted by Harrie Kuijper on 19-Nov-2014 02:27

Hi all,

I'm looking for a way to send push notifications to a specific user in Rollbase Mobile. I have read about the filter functionality, but it is not really clear to me how to implement this. Does anyone here have experience on implementing this?

Thanks,

Harrie.

All Replies

Posted by Roger Blanchard on 19-Nov-2014 07:15

Where do you intend to send the PN from? Another device? ABL? We are doing this today from within the OpenEdge ABL. When you enable PN in your mobile app your device will register with the PNS. You can view the devices collection from the MAP dashboard. If you want to send a PN to a device you can use the filter to send to a deviceId.

You can test this from the MAB dashboard which allows you to send PN.

Posted by Roger Blanchard on 19-Nov-2014 07:22

For example,
 
From the MAB dashboard…under databases tab…devices collection you will see a list of devices that are registered.
 
 
 
If you wanted to send a PN to just 1 device you can test this using the MAB dashboard under the Push Notifications tab.
 
 
You can also send PN from within the ABL which we are doing and it works well.
 
I hope that helps.
 
 
Roger Blanchard
Osprey Retail Systems, Inc.

Posted by pantipov on 19-Nov-2014 13:53

There is special template, which allows to send PN to specific user. Please see details here:

docs.mobile.rollbase.com/.../update-userid-data-with-the-push-notification-userid-settings-template

This thread is closed