Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend: Apple & Google Wallet support #99

Open
SheepTester opened this issue Feb 25, 2025 · 0 comments
Open

Frontend: Apple & Google Wallet support #99

SheepTester opened this issue Feb 25, 2025 · 0 comments
Labels

Comments

@SheepTester
Copy link
Member

TreeHacks lets you add your checkin QR code to your wallet, which is pretty cool

  • Apple Wallet

    Apple Wallet is surprisingly pleasant to work with. The frontend just needs to download a .pkpass file, which is just a .zip file.

  • Google Wallet

    Google Wallet is a bit more of a pain since you have to use their API and need to request approval for publishing access. Fortunately, it seems [email protected] already has set up some passes in the past, so we might not need to go through the process again.

    After that, we just need to encode a JSON object (with a Next.JS server action because it signing with a private key) to add it to Google Wallet.

@SheepTester SheepTester changed the title Apple & Google Wallet support Frontend: Apple & Google Wallet support Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant