Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 687 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 687 Bytes

Custom Pass Landing Page

This repositry is a basic example showing how to create a custom pass landing page for delivering PassKit passes to customers.

NOTE

This repo is an overly simplistic example for demonstration only. Please do not use this for production pages.

Installation

cd custom-pass-landing-page
open index.html

add ?id=${passId} to the end of the browser url

${passId} references your customers unique PasssKit Pass Id generated when thier pass is created.

If you want a step by step guide on how this page works, have a look at this help article