Pass registration disabled?

I had a new apple pass integration working and now I cannot even get it to attempt to register. I'm trying to dig through the console log, but the amount of messages is crazy and I cannot seem to find anything specific to my failing pass. I did accidentally hit apple with about 200 push notifications requesting to update a pass on the same device, so I suppose it's possible something got blocked or disabled, but I can find no sign of that either. Any idea on what might have gone wrong or how I can better diagnose the problem. I've spend hours rereading doc and search the web, but now I'm tossing my hands up and asking for help

  • After some further investigation, the notification controls vanished from the pass before the push notification attempts yesterday. So, we had working passes installed on two devices. Both devices registered their pass and accepted notification to refresh their pass. Then, with no change to the pass code, the pass controls to control notification vanished. I reloaded a new pass and it does not attempt to register (no events at the web service proxy). Any thoughts on how to find the error?

  • Looking back, on 2/19 I was returning a 405 status on a DELETE. Is it possible that Apple disabled something because the DELETE was not handled correctly? I'm not sure if/where I would find that on the developer web site.

Add a Comment

Replies

I found my problem, I had inadvertantly made a change that left the authentication token null and without that value the web service is disabled. I never found a message in a log, I just started working back through the pass from the beginning and found the error.

Thank you to those that viewed the question.