I\'m using Parse and I can\'t make this method to work.
The idea is to send push to a single user with an already known user identifier from any platform within \'Cl
I am using the first of the two methods that you mentioned, and it works fine.
Just make sure that you use objectId and not the username for targetUser.id.
targetUser.id
Ex:
targetUser.id = 'Qhao1j22j'; //Never hard code like this though.