I would like to create a pass for Apple Wallet, where I could update the pass when it is near a beacon.
As I found here, it is possible to show a pass from the wallet, when you are near the beacon.
That's how you create the beacon, but you can't really specify, what should happen if you are near a beacon.
"beacons" : [
{
"major" : 2,
"minor" : 150,
"proximityUUID" : "2F234454-CF6D-4A0F-ADF2-F4911BA9FFA6",
"relevantText" : "RadBeacon Athletic Club Front Desk"
}
]
Is there a possibility to update the pass/make a custom request or is this the default action from Apple Wallet?