Hi everyone,
I'm working on integrating push notifications for Apple Wallet passes (loyalty cards) with a custom Pass Type Identifier.
I've set up the Pass Type ID and APNs certificates in the Apple Developer portal.
My backend sends push notifications via APNs with the topic set to the Pass Type ID.
APNs responses indicate success (HTTP 200), but the notifications do not appear on devices.
Device tokens are valid and properly stored.
The pass JSON includes webServiceURL and authenticationToken.
Has anyone encountered this issue or can share insights on:
Common misconfigurations that prevent push notifications from being delivered to Wallet passes?
Additional steps or configurations required in the Apple Developer account or in the pass JSON?
Ways to debug or log APNs push notifications specifically for passes?
Restrictions or limitations of Wallet pass notifications?
Thanks in advance for your help!