feat: add APNs push notification support
- Add push package (3.3.3) for native iOS push without Firebase
- Add Runner.entitlements with aps-environment=development
- Wire CODE_SIGN_ENTITLEMENTS in all three build configs (Debug/Release/Profile)
- Update AppDelegate.swift to forward UNUserNotificationCenter delegate methods
- Add remote-notification to UIBackgroundModes in Info.plist
- Add PushService: requests permission, listens for tokens, sends to daemon
via MQTT on pailot/device/token, handles notification tap for session routing
- Add MqttService.sendDeviceToken(): publishes token to pailot/device/token
- Initialize PushService after MQTT connect in chat_screen.dart
- Re-register token on MQTT reconnect so daemon always has fresh token
2 files added
9 files modified