We are currently developing a research-based iOS application that relies heavily on background capabilities, specifically Significant Location Change.
We are using CLLocationManager.startMonitoringSignificantLocationChanges().
During development, when using Debug → Simulate Location in Xcode, we receive a location update only once. Subsequent simulated location changes do not trigger additional callbacks, which makes testing and development quite cumbersome.
Are there any tools, commands, or workflows (e.g., via Xcode, Instruments, or system-level simulation) to reliably simulate multiple significant location change callbacks for testing purposes?
If there aren't such tools, how do I test this behaviour reliably, robustly and rigidly?
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Developer Tools
Core Location
Maps and Location
Testing