php-passbook icon indicating copy to clipboard operation
php-passbook copied to clipboard

Add convenience methods for pass update and push notification

Open razvanphp opened this issue 2 years ago • 0 comments

Each platform has different methods to send the updates:

  1. iOS Wallet uses Apple Push Notification service (APNs)
  2. Google Wallet uses Google Wallet API service updateObject/patchObject endpoints
  3. WalletPasses uses a custom endpoint, documentation

The lib should provide an unified interface for all of them, given the registration push tokens are provided.

razvanphp avatar Dec 17 '23 15:12 razvanphp