Hi,
I recently updated to iOS 8.4 and I am no longer getting didExitRegion events in my app, this is being used with iBeacons.
The app worked fine prior to 8.4, does anyone know if there has been a change to Corelocation in 8.4?
Thanks
Hi,
I recently updated to iOS 8.4 and I am no longer getting didExitRegion events in my app, this is being used with iBeacons.
The app worked fine prior to 8.4, does anyone know if there has been a change to Corelocation in 8.4?
Thanks
Hmmm, after posting this info it now appears to be working! Errrrrr
On further testing I now see what is happening.
The app has to be recompiled with 8.4 SDK for didExitRegion to work, this is a BIG concern as the install base will not not be receiving events when they update to 8.4.
didExitRegion is a key event for my application, how can I avoid this type of issue in the future?
Do I have to release for every new version of iOS?
What version of the iOS SDK was the app built with before? If it was iOS 7 SDK, you will see a difference on how CoreLocation behaves.
If it was built with iOS 8.x SDK before, the difference in behavior you are observing is unlikely to be causal.