Manual index/iOS features
Push notifications
iOSProNotifications, deep linking, system permissions.
Enable
- 1.iOS Settings > AvioWeather > Notifications > Allow Notifications
- 2.In the app, Settings > Notifications: toggle the categories you want
- 3.Test push button: sends a sample notification to confirm the channel is alive
What triggers a push
- An intelligent rule matches (false→true) — payload has ICAO + rule name + triggered condition
- (Planned) Newly issued SIGMET within 200 NM of a favourite
- Maintenance notification (rare, only for prolonged outages)
Deep linking
Tapping the notification opens the app straight to the affected airport's detail with a forced refresh. The intent persists across app terminations: if you close and re-tap the notification, the app resumes on that airport.
i
Delivery is via AWS SNS + APNS. On delivery error the system retries for 24 hours before dropping the message.