We have implemented estimote proximity sdk v0.12.0 in our current iOS app.When our app is running in background or even app is in active state,the app is crashes again & again due to [EPXTimerAnalyticsHeartbeatGenerator startGeneratingHeartbeatForIdentifier:]_block_invoke + 88
As per crash logs.I have also attached crash report for your reference.
This things happens again & again so we won’t continue other functionality of the app, so kindly request you to help us asap to sort out.
Let me know if you need any information from us to sort out this urgent issue.
I’ve just run into the same problem, and I believe this happens when your ProximityObserver gets released/deallocated without you calling stopObservingZones first.
We’ll look into that, but as a workaround, just make sure you always call stopObservingZones before the ProximityObserver gets deallocated in your app. (If you post your code, we can give you some more hints how to do that.)