The Example App for Monitoring Location Changes Doesn't Work

Downloaded example app from here

Xcode version: Version 26.1.1 (17B100) Simulator iOS Version: 26.1 & 18.5

Set custom location in the simulator to the center of the condition being monitored in the example. The only log entry was "Setup Monitor". Tried a custom gpx starting at the same point and moving 500m away. Same logs.

Didn't change any of the source code, granted always permissions, allowed notifications, tapped "AddCircularGeographicCondition".

Let me know if there is something I am missing or more information I can provide.

Thanks for this post. And thanks for pointing to the sample and providing the detailed information.

It sounds like you've done a thorough job setting up and testing the example app, which is a great start! The fact that you're only seeing "Setup Monitor" and no entry/exit events, despite moving 500m and granting permissions, indicates something isn't quite right with the region monitoring itself.

It appears that your Xcode and iOS versions (26.1.1 and 26.1) do not correspond to the released versions. I recommend testing the same functionality with the latest versions of Xcode and iOS to determine if the results are consistent. Additionally, it is possible that the sample code was migrated to these versions, and I will investigate that matter accordingly.

You are also talking to this API correct? https://developer.apple.com/documentation/corelocation/clmonitor-2r51v/circulargeographiccondition

If the new versions still exhibit the same issues, we will need to ensure that the sample code is up to date. I eagerly await your response. We may have to file a bug if the new versions still have issues.

Albert Pascual
  Worldwide Developer Relations.

I believe those are the latest currently released versions of both Xcode and iOS, but I also tried on iOS 18.5 and got the same results. The project does use the circular geographic condition.

Thank you for your post. The most recent version of Xcode available on the App Store is currently Xcode 26.2, not 26.1. As well as downloading the latest iOS on your physical device.

I recommend downloading the latest version and attempting to resolve the issue again. Let me know the results. Thanks

Albert Pascual
  Worldwide Developer Relations.

The Example App for Monitoring Location Changes Doesn't Work
 
 
Q