I'm trying to trigger a push notification for users when an event time changes for an EventTickets pass in Google Wallet. According to the Google Wallet documentation, setting "notifyPreference": "notifyOnUpdate" in the EventClass update request should notify users.
Here's what I did:
Updated the EventClass object and included:
"notifyPreference": "notifyOnUpdate"
The update is successfully applied, but users do not receive any notifications. Has anyone successfully triggered push notifications for EventTickets updates? Am I missing any additional requirements or configurations?
Thank you in advance !