I need a simple but polished iOS application, built as quickly as you can manage, that connects to a pre-configured MQTT server, listens to user-selected topics, and turns any incoming text message into a push notification. Every message should also be written to a local event log that can be reviewed later. Core workflow • At launch the app checks the broker and shows a clear status badge (connected / disconnected) on the main screen, along with basic counts for active alarms and stored logs. • From a configuration screen I can edit broker details (host, port, username, password, TLS on/off). • A separate subscription screen lets me add or remove topics on the fly. • A log viewer lists all received messages with timestamp and topic; tapping an entry opens the full payload. Old logs should survive app restarts. Look & feel I like a modern, clean interface—think SwiftUI, dark-mode friendly, no clutter. Deliverables – Xcode project with readable, well-commented source -- Testing app for Review during development