Skip to content

Commit

Permalink
a few words on checksum and signature verification
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman committed Jul 21, 2024
1 parent a7e56e0 commit 1ff900a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions passkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ Please feel encouraged to create PRs for the following features.
- [Passkit creation](https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/Creating.html#//apple_ref/doc/uid/TP40012195-CH4-SW54)
- Signature verification is missing

## Signature & Checksums

In case iOS runs into an issue with a PkPass it just shows a generic error message. This library is able to point out a more specific error, if a PkPass is malformatted, signed, or whatever.

Due to the closed source nature of the Apple Wallet software, there might be slight differences in this how the Wallet app and this package are working. If you run into such a problem, please create an issue.

## Apple Wallet PassKit docs

- [Wallet Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/wallet)
Expand Down

0 comments on commit 1ff900a

Please sign in to comment.