Beacons

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:

  • Your integration must support background push notifications.
  • OcambaHoood Beacon must be enabled through the SDK. They are not enabled by default.
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 :

  • Privacy - Location Always and When In Use Usage Description
  • Privacy - Location When In Use Usage Description

This description will be shown to user when is asked for location permission. Embed

For Geofence and Beacons user must allow location usage always.