justdmitry / PassKitHelper

Helper library for all your Apple PassKit (Apple Wallet, Apple Passbook) needs.
MIT License
26 stars 6 forks source link

support for personalize passes #6

Open dolphinsd opened 4 years ago

dolphinsd commented 4 years ago

Additional support is required to personalize passes

See docs https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/PassPersonalization.html

justdmitry commented 4 years ago

Rewards enrollment is only available for NFC-enabled reward cards

I have no NFC-enabled passes to test with :(

dolphinsd commented 4 years ago

@justdmitry - I can help you to test it, i have them

justdmitry commented 2 years ago

It seems you can try yourself in a fork:

1) create\deliver a pass with additional personalization.json and personalizationLogo@XX.png 2) update IPassKitService to add new Personalize(...) method 3) update PassKitMiddleware to catch new /personalize call and route to IPassKitService