Passbook does not recognize iBeacon

I am trying to get my pass to become relevant by installing it and getting closer to iBeacon, but I am not working. Can anyone understand why this could happen?

Here are a few local details:

  • I have no problem signing or creating a passage. I do this on the command line and write to myself.
  • I am using an Apple AirLocate sample code to turn another iPhone 5 into a beacon.
  • I make sure UUID proximity is close
  • I turned on debugging features of blog developers in the settings, but I don’t see any obvious errors in the console.

Here is the relevant part of my pass.json with the modified information about my team. (you can recognize the beacon tag from WWDC):

 {
   "formatVersion" : 1,
   "passTypeIdentifier" : "pass.com.[valid stuff here]",
   "serialNumber" : "100",
   "teamIdentifier" : "[valid team id here]",
 "beacons":[{
      "proximityUUID":"99C759FE-C660-4B95-981A-0C53E0EE6124",
      "relevantText":"Delicious food nearby"
      }],
 ...
 }

So, I configured AirLocate with this UUID, turned on the beacon and walked around with the installed pass and did not receive a response ....

- , ?

+4
5

/ , , iBeacon . , pass.json , CoreLocations , , , - (http://essentialtechnologies.ca), , .

0

, iBeacons Passbook :

0

, Bluetooth . , Android-, iBeacon Locate, , .

( ), minor major.

JSON, iBeacon, :

{
  "formatVersion" : 1,
  "passTypeIdentifier" : "pass.com.[...]",
  "serialNumber" : "E5982H-I2",
  "teamIdentifier" : "[...]",
  "webServiceURL" : "https://example.com/passes/",
  "authenticationToken" : "vxwxd7J8AlNNFPS8k0a0FfUFtq0ewzFdc",
  "barcode" : {
    "message" : "123456789",
    "format" : "PKBarcodeFormatPDF417",
    "messageEncoding" : "iso-8859-1"
  },
  "beacons": [
    {
      "proximityUUID": "[...]",
      "relevantText": "You are here!"
    }
  ],
  "organizationName" : "Paw Planet",
  "description" : "Coupon for a free lollipop at Example Candy Store",
  "logoText" : "Example Candy Store",
  "foregroundColor" : "rgb(255, 255, 255)",
  "backgroundColor" : "rgb(206, 140, 53)",
  "coupon" : {
    "primaryFields" : [
        {
            "key": "offer",
            "value": "Free lollipop",
            "label": "On July 29"
        }
    ]
  }
}
0

, aaaaa , bbbbb - .

"beacons": [
    {
      "proximityUUID": "[...]",
      "relevantText": "You are here!"
      "major":aaaaa
      "minor":bbbbb
    } 
  ],
0

All Articles