Feature Request: Prevent Card Bundling in Apple Wallet
Context
When cards from multiple clients are added to Apple Wallet, they stack together because they share the same passTypeIdentifier and pass type. Apple Wallet groups passes from the same issuer automatically, so this behaviour is expected.
Recommendation
Add an option at the template or workspace level to generate a unique internal passTypeIdentifier variant (for example, by appending a suffix during pass generation).
This would make each client’s cards appear as distinct issuers while still using the same Apple certificate.
Why it matters
Prevents unrelated cards from being bundled in Apple Wallet.
Zero impact on Android or PWA issuance.
Minimal engineering effort: a small backend change at pass-generation level.
Fully compliant with Apple’s PassKit standards.