I am trying to use
[self.peripheralManager startAdvertising:self.myBeaconData];
to advertise UUID and beacon’s identifying information and also monitoring same UUID with different minor and major using
[self.locationManager startMonitoringForRegion:self.myBeaconRegion];
but I am not able to fulfill this requirement of using same Device(iPhone) as receiver as well as broadcaster(advertiser)
Can anyone help me to create a iPhone Device to behave as a Broadcaster(Advertise an UUID, for example "A77A1B68-49A7-4DBF-914C-760D07FBB87B") and at same time behave as Receiver to Monitor same region for other beacon having same UUID "A77A1B68-49A7-4DBF-914C-760D07FBB87B".