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

Multiple Passes in a bundle #153

Open
carlittoer opened this issue Jan 6, 2025 · 1 comment
Open

Multiple Passes in a bundle #153

carlittoer opened this issue Jan 6, 2025 · 1 comment

Comments

@carlittoer
Copy link

Hi,

Is it possible to support pass bundles (up to 10 as per apple doc) ?
https://developer.apple.com/documentation/walletpasses/distributing-and-updating-a-pass

@tschoffelen
Copy link
Owner

Hi there! The library doesn't support this at the moment, but that seems like a great thing to add!

I would think something like this could work as an API:

$bundle = new PKPassBundle();
$bundle->add($pass1);
$bundle->add($pass2);
$bundle->add($pass3);

$bundle->create();

I might not have time for a while to implement this, but happy to accept PRs that implement this functionality!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants