Send beacon proximity updates and use these to trigger automation and attract attention to a specific location.
Use Ocamba helper method to notify our services of proximity to a detected beacon.
To support beacons for iOS:
OcambaBuilder(apiKey:"activation-code").beacon().push().build()
Notify Ocamba on beacon event:
OcambaHoood.sendIBeaconProximity(beacon:CLBeacon)
NOTICE! if you want to use Beacons, Geofence or Locationtracking add in Info.plist file description for KEYS :
This description will be shown to user when is asked for location permission.
For Geofence and Beacons user must allow location usage always.