Skip to content

Passkit4j v2.0.0, with iOS 7 support!

Latest
Compare
Choose a tag to compare
@ryantenney ryantenney released this 12 Sep 17:30
· 12 commits to master since this release
  • 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>