v1.0.0: Interact with Apple server
Now you can configure your webapp to receive notifications (about pass installations/deinstallations) and update already-installed passes on user devices without need to remove/re-add:
- Implement
IPassKitService
to react on webhooks and send pass updates; - Register your
IPassKitService
implementation and addAddPassKitMiddleware
in yourStartup
class.