What problem does it solve?
This Skill helps developers avoid common pitfalls and anti-patterns when implementing Core Location in iOS applications, ensuring efficient battery usage, correct authorization handling, and reliable background location services.
Core Features & Use Cases
- Authorization Strategy: Guides decisions on 'When In Use' vs. 'Always' authorization.
- Monitoring Strategy: Recommends approaches for geofencing, significant-change monitoring, and continuous updates.
- Accuracy Selection: Helps choose the right accuracy level for different use cases to conserve battery.
- Background Location: Provides patterns for reliable background location tracking.
- Use Case: A developer is unsure whether to request 'Always' or 'When In Use' location authorization for a new feature. This Skill provides a decision tree and explains the implications of each choice, preventing user denial and ensuring feature functionality.
Quick Start
Use the axiom-core-location skill to determine the best authorization strategy for a new feature that requires background location updates.