The setLocationUpdatesEnabled method allows you to easily opt in or opt out an user from Pulsate Location Updates. This will turn on / off both geofencing and beaon scanning.
By default all users are opted in.
Example usage

PULPulsateManager* manager = [PULPulsateFactory getDefaultInstance];
[manager setLocationUpdatesEnabled:YES];  // Opt In
[manager setLocationUpdatesEnabled:NO]; // Opt Out