Intent-Code Divergence
Medium
- Confidence
- 93% confidence
- Finding
- The example lifecycle code calls destroy on global singleton SDK managers in viewDidDisappear, while the document itself states these singletons usually should not be destroyed when a page disappears. In an app with shared SDK usage, this can break navigation/agent functionality for other screens, create race conditions, and cause denial-of-service style reliability issues when users navigate between views.
