PitchIQ is a SwiftUI iOS 18.1 football predictions app in the Predicd mould. Instead of a bare "Home Win / Draw / Away Win", each match card opens into a rich prediction: win probability, goal-probability bands (0–1, 2–3, >3), recent and home/away form, expected goals, and offense/defense percentages — all computed from API-FOOTBALL / API-Sports data.
What each match card shows
- Win probability — the headline call.
- Goal bands — probability of a low, mid or high-scoring game.
- Form — recent results plus split home/away form.
- Expected goals (xG) — the underlying quality metric.
- Offense/defense ratings — league-relative, current season.
- Safe indicator — flags when an outcome is reliably predictable vs a coin-flip.
Built for the modern iOS stack
PitchIQ targets iOS 18.1 with an App Intent for system discovery (so predictions can surface in Spotlight and shortcuts) and a local-notification permission helper for kick-off reminders. The API key is injected at build via an xcconfig — never hardcoded in Swift — which is the secure pattern we recommend in our launch checklist.