Hi all, I'm working on Wallet Pass & faced with the problem - Pass is not updated on sending push notification to ANPS.
In the same time when the Pass is updated manually (pull to update or switch auto updates on-off). So my Web service works and available.
I'v read even every post on this case i do:
- Use the same certificate to sign pass & to send push with APNS
- I do use pushToken from registration payload
- I do set Last-Updated header in downloading the latest pass from web service
- I do see no errors in /v1/Log web service method
What can I miss else? Or are there any way to trace pushes and see are they delivered to the phone or not?