Estimote / iOS-Fleet-Management-SDK

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

Monitoring iOS 11 didDetermineState never call #280

Closed NeedNap closed 4 years ago

NeedNap commented 6 years ago

Basic information

Estimote iOS SDK version: 4.27.0 iOS version(s) affected: 11.3.1 Estimote device hardware version: D3.4 Estimote device firmware version: 3.2.0

Additional information

Please read the checklist and place x sign where apropriate for your use case.

Description

The app I develop is working very well before iOS 11 update and a new XCode rebuild. I had to rebuild my TestFlight version app because the certificate was expired, without changing any lines of code. When I try the new build in iOS 11 devices, it never "interact" with beacons events (didDetermineState, didEnter and didExitRegion never called). If I try the same build in my iPad with iOS 10 it works fine.

What can I do to solve this issue?