I want to detects beacon/ibeacon devices near my iphone's proximity. I am not sure which class i should use
Should i use CLBeacon and CLBeaconRegion and start monitoring region
OR
Should i use CBcentralManager and scanForPeripheralsWithServices
Which api suited best for which use case ?
I have tried to find it online but it's not documented anywhere