ryantenney / passkit4j

Java library for generating Apple Passbook (.pkpass) files
http://www.ryantenney.com/passkit4j/
Apache License 2.0
80 stars 50 forks source link

Updated API / Values for new iOS passkit ("Wallet") pass types? #26

Closed Thomas-Ganter closed 8 years ago

Thomas-Ganter commented 9 years ago

Hi,

with the release (pre-release that is) of the iOS 9 SDK, there is a significant boost to passkit. What are the plans for update / support of these?

-Thomas

ryantenney commented 9 years ago

I'm happy to update the library, but unfortunately I no longer have a paid apple developer account. Are you able to send me the updated spec?

Alfons109 commented 9 years ago

Ryan/Thomas, I have add support for PKBarcodeFormatCode128 which is now natively supported on iOS9. Please review pull request.

ryantenney commented 9 years ago

@Alfons109 Thanks George! Is this the only change to iOS 9 Passkit?

Alfons109 commented 9 years ago

Thank you for sharing this awesome project.

Ryan, this was the main passbook feature I needed to integrate for iOS9. I know that passbook has been re-branded as Wallet to leverage it for mobile payment, but I did not dive into this. Strictly for passes, I think this is the most relevant change.

The change added includes:

https://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Reference/PassKit_Bundle/Chapters/TopLevel.html#//apple_ref/doc/uid/TP40012026-CH2-SW1

ryantenney commented 9 years ago

Excellent, thanks for the link! I didn't realize that was publicly available. That definitely clears things up! I also want to add the NFC support as well, I'll see if I can get to that soon.

selfsx commented 9 years ago

@ryantenney could you please publish last updates to maven

ryantenney commented 8 years ago

Added NFC, published version 2.0.1 to maven central.