I can’t detect beacons in my app. (Previously it was working)
In my ViewController (ESTBeaconManagerDelegate)
func beaconManager(_ manager: Any!, didRangeBeacons beacons: [AnyObject]!, inRegion region: CLBeaconRegion!) {
// codes here has never called
}
I also tried
@nonobjc
func beaconManager(_ manager: Any!, didRangeBeacons beacons: [AnyObject]!, inRegion region: CLBeaconRegion!) {
// codes here has never called
}
Development logs:
- Using Hardware version D3.4
- Used to detect them a years ago.
- Here is the old version of code.
https://github.com/karappo/PlayTheWheels/tree/master
- Here is the old version of code.
- Changed batteries because it was empty.
- [ ! ] Noticed that didn’t work (with the old version of code)
- Update beacon software version
Estimote OS A3.0.1 → A3.2.0 - Update swift version to 4
- Have tried EstimoteSDK 4.16.2 and 4.27.0
- This is my current version of code
https://github.com/karappo/PlayTheWheels/tree/ptw3
You can also see my git logs here.
I’m not sure why the code which has been operating is no longer does not work.
Anything has been changed in the past year?
I’m happy if you share me any ideas.