<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 13, 2015 at 5:26 PM, scottyedinb <span dir="ltr">&lt;<a href="mailto:scott.cumming@digitalbarriers.com" target="_blank">scott.cumming@digitalbarriers.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Thanks for your reply...<br>
<br>
So supposing I&#39;ve previously registered an iOS device using the<br>
&quot;rest/registry/device&quot; api call.. </blockquote><div>You mean using directly the API not using the AeoGear ios Push library ? Because the ios lib will automacilly use the new delivered valid token. </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">And I&#39;m pushing to that device from my<br>
application (via aerogear of course).. but the associated token has been<br>
found by aerogear to be inactive and removed from the database.. Should I<br>
expect to receive an exception back in my MessageResponseCallback::OnError<br>
method?<br></blockquote><div>No we contact the feedback service only when sending Push Notifications and we don&#39;t keep track of invalid tokens.</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
One more wee thing: For test purposes, is it possible to register false<br>
device tokens with aerogear, in order to test the above scenario?<br></blockquote><div>Yes, as long it respects the format , take a look at <a href="https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/model/api/src/main/java/org/jboss/aerogear/unifiedpush/api/validation/DeviceTokenValidator.java#L35">https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/model/api/src/main/java/org/jboss/aerogear/unifiedpush/api/validation/DeviceTokenValidator.java#L35</a></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://aerogear-dev.1069024.n5.nabble.com/inactive-apns-device-id-notifications-in-aerogear-UPS-tp11431p11435.html" target="_blank">http://aerogear-dev.1069024.n5.nabble.com/inactive-apns-device-id-notifications-in-aerogear-UPS-tp11431p11435.html</a><br>
<div class=""><div class="h5">Sent from the aerogear-dev mailing list archive at Nabble.com.<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" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
</div></div></blockquote></div><br></div></div>