tomasmcguinness / dotnet-passbook

A .Net Library for generating Apple Passbook (Wallet) files for iOS. Please get involved by creating pull requests and opening issues!
MIT License
319 stars 117 forks source link

Web Service #156

Closed SDmorgan closed 2 years ago

SDmorgan commented 2 years ago

Tom,

Just wondering did you make any progress on the web service.

I looked at the branch and it alludes to "There are several methods that the Pass will invoke when it's installed and updated. To see a reference implementation of this, look at the PassRegistrationController class in the Passbook.Sample.Web project.". However, in the branch, there is no such project.

In advance, thanks for your help.

SM

SDmorgan commented 2 years ago

Tom, figured it out. Thanks. I ended up converting it to the latest .net core build, building out the stubs and adding the ones that were missing.

Appreciated.

SDmorgan commented 2 years ago

Thanks