Purpose
Ensure iOS stories address NFRs. Complement security policies and stack conventions.
iOS-specific concerns (always consider)
- App Store readiness — permission purpose strings, entitlement/capability changes documented
- Battery — no high-frequency polling; efficient image handling
- Offline correctness — local persistence as source of truth; migration plan for schema changes; bounded storage growth
- Accessibility — accessible labels on controls; dynamic typ
[Description truncada. Veja o README completo no GitHub.]