Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

ios(Objective c) issue on Becone Notification enter and exit the becone Region #275

Closed RomilDevloper closed 4 years ago

RomilDevloper commented 6 years ago

I Have use a multiple Becone

once I entered in any beacon region Call that method -(void)beaconManager:(id)manager didEnterRegion:(CLBeaconRegion *)region

method getting call without leaving a becone region. -(void)beaconManager:(id)manager didExitRegion:(CLBeaconRegion *)region

Multiple time call that delegate.without leaving a range of becone .(didEnterRegion and didExitRegion)

We Do not want to leave the Device Place Or Do Not move the Device place ,Yet still That delegate are call multiple time.(didEnterRegion and didExitRegion)

Can You Give a Better solution?

once i Enter the becone region(Call the didEnterRegion)One times.once i Exit the becone region(Call the didExitRegion)One times.