-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kcl error domain error 5 on start monitoring Région on IOS 9 #94
Comments
+1 getting this issue too. Seems to be isolated to monitoring for regions on iOS 9. |
Same error here on iOS 9.1, only for monitoring. No idea where it comes from, but maybe this can help: |
The issue above does not occur when doing startSecureMonitoringForRegion. This would be a short-term solution for anybody having the issue, however it would require that you have to use secure monitoring. @255kb thats interesting, there might be a need to be more specific. If you provide the actual major and minor does it work? |
when setting major/minor to null, it actually throws a different xCode error: No luck I'm afraid! |
Running into this problem as well, upgrade to io9 and it breaks with I fiddled with the suggestions mentioned above but no luck. Sadly using secure beacons isn't option due to the sheer amount of beacons we use. I've seen that there haven't been any updates on the Estimote ios SDK for about 22 days. Anyone had any luck tracking down more details on this issue? |
@CookieCookson |
I've been experimenting further by using the xcode debugger, I can get the app to monitor by removing:
in EstimoteBeacons.m on line 807 I believe this will cost you seconds on getting an initial good reading on you region though. |
Progress! That's good to hear. Have you noticed any side effects from commenting out this line? |
Haven't noted any side effects yet (still testing though), if anything, it seems that without this line the initial detection of the region is actually faster then it was on iOS 8. Which is interesting as the line is there to trigger faster initial detection. |
@CookieCookson @255kb |
@ttcremers |
Just for new visitors, or if you want to test the change/fix: https://github.com/ttcremers/phonegap-estimotebeacons |
Hello,
I tried to launch the exemple on an Iphone 6 Under IOS 9.0 . Each time I start monitoring a region i have got the "KCLErrorDomain Error 5", i tried a lot of thing like remove app as suggested on others posts. But nothing help me. The same code on an Iphone 4s under IOS 8 is working fine and do the job. Is there an issue with IOS9 ?
Have you got any idea where this error come from ?
The text was updated successfully, but these errors were encountered: