<div dir="ltr">Hi,<div><br></div><div>not directly, but you could use (on the client) the given device-token (or registrationID) and use that as the alias. Here is a snippet for iOS/Swift to perform that in the device registration:</div><div><br></div><div>...</div><div>clientInfo = deviceToken</div><div>...</div><div><br></div><div>the full example (expect the above line) for iOS is here:</div><div><a href="https://github.com/aerogear/aerogear-ios-push#push-registration">https://github.com/aerogear/aerogear-ios-push#push-registration</a><br></div><div><br></div><div>and on the sender API, use the actual alias filed, when sending. </div><div><br></div><div>Note you also need to store the device token in that case, so that your app can use it when the send is triggered</div><div><br></div><div>HTH,</div><div>Matthias</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 21, 2015 at 9:30 AM, Pratik Aroo <span dir="ltr">&lt;<a href="mailto:paroo@inspeero.com" target="_blank">paroo@inspeero.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I am using aerogear UPS on openshit, I wanted to know if Push<br>
notification can be sent to specific device by its Device Token, if yes<br>
then can you provide an demo code for the same. Thanks<br>
<br>
<br>
Regards,<br>
Pratik A.<br>
_______________________________________________<br>
aerogear-dev mailing list<br>
<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Matthias Wessendorf <br><br>blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a></div>
</div>