Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Releases: ryantenney/passkit4j

Passkit4j v2.0.0, with iOS 7 support!

12 Sep 17:30

Choose a tag to compare

  • Add support for iOS 7 passbook features, issue #16
  • Improve Javadoc generation, published at http://ryantenney.github.io/passkit4j/docs/
  • No arg constructor for fields, issue #14
  • Create PassResource and BufferedPassResource
  • Create InputStreamSupplier and NamedInputStreamSupplier
  • associatedStoreIdentifiers are actually longs, issue #12
  • Match the spec a bit better
  • Add a constant containing the mime type for pkpass files
  • All checked exceptions are now of type PassSigningException

Grab it from Maven:

<dependency>
    <groupId>com.ryantenney.passkit4j</groupId>
    <artifactId>passkit4j</artifactId>
    <version>2.0.0</version>
</dependency>