associatedStoreIdentifiers on a Apple Wallet Pass

Im trying to display a bottom icon to redirect to an app, on a coupon pass. I tried adding the associatedStoreIdentifiers with a random app like facebook, but couldn't make it show up. I tried with iOS Simulator (with multiple iOS versions) and a physical device too (iOS 16).

This is how the beginning of the pass.json looks like

 "formatVersion" : 1,

 "passTypeIdentifier" : "xxxx",

 "serialNumber" : "xxxx",

 "associatedStoreIdentifiers" : [284882215],

 "teamIdentifier" : "xxxx",

associatedStoreIdentifiers on a Apple Wallet Pass
 
 
Q