passes grouped in wallet

I am creating manually signed coupon style passes which group together in a user's Wallet; however, I need to separate groups of coupon passes by multiple business units. I have changed the organizationName; however, all of my passes still group together. I tried creating a new certificate; but, seem to only be able to create a new certificate with the same passTypeIdentifier, and passes still group together.


So, what is the proper way to separate a group of coupon style Wallet passes by business unit and avoid them being grouped all together?


Thanks in advance for any help...


-Allen M.

We do a similar setup for store cards. You need an individual identifier and certificate for each business you want to group separately in the wallet

For for event tickets and boarding passes, this can also be done by adding below property in pass.json during create/update of the pass "groupingIdentifier": "<AnyUniqueKey>",

ref: https://developer.apple.com/library/archive/documentation/UserExperience/Reference/PassKit_Bundle/Chapters/TopLevel.html

passes grouped in wallet
 
 
Q