php-passbook
php-passbook copied to clipboard
Add convenience methods for pass update and push notification
Each platform has different methods to send the updates:
- iOS Wallet uses Apple Push Notification service (APNs)
- Google Wallet uses Google Wallet API service updateObject/patchObject endpoints
- WalletPasses uses a custom endpoint, documentation
The lib should provide an unified interface for all of them, given the registration push tokens are provided.