As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I am currently sending pushes to specific users, using the user's _id. And thus all of the devices that user has registered.
Is it possible to send pushes to specific devices, perhaps based on the device token?
Gary
1 Comment
M
Michael
said
over 8 years ago
Hi Gary,
The best way to do this at the moment is to get the user records you want (you can query by specific device IDs if you wish) and then remove the deviceIDs you don't want, or to replace the _push attribute in your queried user object with an object that only contains the device IDs that you want to send to for each user.
Gary W
I am currently sending pushes to specific users, using the user's _id. And thus all of the devices that user has registered.
Is it possible to send pushes to specific devices, perhaps based on the device token?
Gary