Skip to content

v1.0.0: Interact with Apple server

Compare
Choose a tag to compare
@justdmitry justdmitry released this 04 Oct 12:25
· 31 commits to master since this release
v1.0.0

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:

  1. Implement IPassKitService to react on webhooks and send pass updates;
  2. Register your IPassKitService implementation and add AddPassKitMiddleware in your Startup class.