I have a pass (which eveyrthing works on, pushs, registrations, pull to refresh, locations, etc) that I've created a Beacons array on. It has a dictionary with a UUID, message, major and minor for an Estimote iBeacon.
"beacons":
[
{
"proximityUUID":"B9407F30-F5F8-466E-AFF9-25556B57FE6D",
"major":5723,
"minor":49600,
"relevantText":"Welcome to goldstar"
}
],
I can see the iBeacon in the Estimote app, but I get no message on the lock screen for my Passbook. Is there a trick to this? Are there some limits to when the message shows up? I get no errors either installing the pass or in the Xcode console for the device.
I used the passkit builder at https://essentialtechnologies.ca/coffee_demo/ to create an iBeacon demo pass, and it is working with my iBeacon. I copy/pasted the code from that pass into my pass, doesn't work.
How does one debug an iBeacon and a Passbook pass?