1

I have been setting up my backend web services for Apple wallet Passes with NFC enabled. Is there any open sources available for for the complete set up which includes push notification, device registration, creating, updating and downloading passes and all services? can anyone help on this? Thanks in advance.

Vinoth
  • 125
  • 1
  • 13

1 Answers1

0

For updating passes, there is an implementation of the Passkit Web Service included in the Wallet Companion Files from Apple.

I have not used it, but jpasskit is the only open source implementation I have seen.

Scott Condron
  • 1,902
  • 16
  • 20
  • Wallet companion Files are last updated on 2011. Does jPasskit have push notification registration and its services? – Vinoth May 29 '19 at 08:56
  • From briefly looking at the code, it looks like they have an implementation of the Apple Push Notification Service, along with storing the push token when a device is registered. – Scott Condron May 29 '19 at 10:12