Skip to content

Commit

Permalink
Update mini-tutorial.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
drallgood committed Nov 10, 2015
1 parent ec43f7f commit e8d296f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jpasskit/tutorial/mini-tutorial.txt
Expand Up @@ -14,8 +14,6 @@
limitations under the License.
====

I spent the last two days playing with jpasskit, since I'm on a project that needs to produce passes for Apple passkit. This blog entry is really a mini tutorial for jpasskit, since the documentation for the project is kind of minimal.

For those new to Apple PassKit and creating passes, this mini tutorial should help get you going. Before we use jpasskit, there's a couple of things you need.
1. An apple developer account
2. A Mac running OSX
Expand Down Expand Up @@ -138,4 +136,4 @@ After you replace the values, run the class. At minimum you will need to change
team identifier
path to the raw pass files

Jpasskit includes the stock AppleWWDRCA certificate in src/test/resources folder. Either appleWWDRCA.cer or pem file will work in JPasskit. Note that if any certificate is expired, you won't be able to create a pass. One thing you don't want to do is try to sign the pass with your pass certificate. Jpasskit will sign it and create the package, but iOS device won't be able to verify the pass. You'll get an error saying it couldn't validate the intermediate certificate.
Jpasskit includes the stock AppleWWDRCA certificate in src/test/resources folder. Either appleWWDRCA.cer or pem file will work in JPasskit. Note that if any certificate is expired, you won't be able to create a pass. One thing you don't want to do is try to sign the pass with your pass certificate. Jpasskit will sign it and create the package, but iOS device won't be able to verify the pass. You'll get an error saying it couldn't validate the intermediate certificate.

0 comments on commit e8d296f

Please sign in to comment.