I've setup the various PassKit web service endpoints - to include one for logging / receiving errors.
The issue I’m encountering relates to fetching an updated pass.
Specifically, if I update pass data (on my server) and then “pull to refresh” the affected pass in Apple Wallet, the pass does not update.
What’s confusing is that I can see the requests arrive and that my endpoint functions process & respond successfully. Further, I do not receive any error reports (to the
/log endpoint).TL;DR — Apple Wallet is not using new data from my
Getting the Latest Version of a Pass endpoint and also isn't reporting any errors.Any thoughts, experiences, and/or recommendations are appreciated!