drallgood / jpasskit

jPasskit is an Java™ implementation of the Apple™ PassKit Web Service.
Apache License 2.0
276 stars 109 forks source link

How to add a thumbnail to a generic pass? #74

Closed rahul33 closed 7 years ago

rahul33 commented 7 years ago

How to add a thumbnail to a generic pass? Do I just place it in the TemplateFolder? Please advise, thanks!

drallgood commented 7 years ago

@rahul33 Exactly. Make sure it's named thumbnail.png and follows Apple's guidelines: https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/PassKit_PG/Creating.html#//apple_ref/doc/uid/TP40012195-CH4-SW52

rahul33 commented 7 years ago

Thank you!