I'm using Estimote SDK.
PROXIMITY_UUID = "B9407F30-F5F8-466E-AFF9-25556B57FE6D"
// Beacon(iPad Air)
[[CLBeaconRegion alloc] initWithProximityUUID:PROXIMITY_UUID
major:2000
minor:300
identifier:@"my.test.beacon"];
// Beacon Receiver(Nexus 7 2nd gen)
beaconManager.startRanging(new Region("regid", PROXIMITY_UUID, null, null));
iPad beacon discovered on Nexus 7. Is this correct?
Shoes shop 1
- app name : ShoeperMan
- identifier : net.xyz.shoe
- major : 5
- minor : 10
- location : Tokyo
Shoes shop 2
- app name : ShoeperMan
- identifier : net.xyz.shoe
- major : 10
- minor : 3
- locateon : London
Thai food restaurant 1
- app name : Thaiphoon
- identifier : com.qwer.thai
- major : 10
- minor : 3
- location : Tokyo
Can see products of Shoes shop 2 when run Thaiphoon app in Thai Restaurant 1?(These app use same JSON form)