1.0 KiB
1.0 KiB
iOS Hardening Notes
Phase 6 real-device validation is blocked on this machine until the Xcode license is accepted.
Current local blocker:
You have not agreed to the Xcode license agreements. Please run 'sudo xcodebuild -license' from within a Terminal window to review and agree to the Xcode and Apple SDKs license.
Implemented hardening hooks:
SessionLifecycleCoordinatorsuspends polling while the app is backgrounded.- Account switches increment a session generation counter.
- Events are accepted only when both account id and generation match the active session, preventing stale events from a previous account from reaching view models.
Manual smoke still required after Xcode/TDLib device setup:
- Auth with real Telegram credentials.
- Load chats, open multiple chats, send/edit/delete/reply/forward/react.
- Background and foreground during history load and media download.
- Switch accounts rapidly while receiving updates.
- Confirm no stale events from the previous account mutate the active account.