Hey there,
I'm managing my push-users with one channel (friend_request) and one user (admin) to automate it server- and clientside. So is it possible to notify the user by the UDID of the user instead of the UID / Channel-Name?
I've already read the docs for it but cannot found any solution: http://cloud.appcelerator.com/docs/api/v1/push_notifications/notify#rest
Thank you!
4 Answers
Can you please explain why you can't use ACS user id as the id for push? Any particular reason you need UDID?
The docs you linked to reference the "to_ids" property. Looks like what you want, right?
Hi Hans,
as Shannon wrote, you can use the 'to_ids' property for sending the push to a specific user.
The UDID (which is actually a unique device identifier) cannot be used.
PUSH Any way to solve this problem with Ti.Cloud and the UDID?
Your Answer
Think you can help? Login to answer this question!