I have already worked on jaalee beacon and it works as a push notification.
//start Monitoring for beacon locationManager:(JLEBeaconManager *)manager didStartMonitoringForRegion:(JLEBeaconRegion *)region { [manager requestStateForRegion:region]; [beaconManager startRangingBeaconsInRegion:region]; } //Enter method beaconManager:(JLEBeaconManager *)manager didEnterRegion:(JLEBeaconRegion *)region //Exit method beaconManager:(JLEBeaconManager *)manager didExitRegion:(JLEBeaconRegion *)region
source share