Nutrient iOS SDK 26.10 release notes
RSS2 July 2026
Nutrient iOS SDK 26.10 focuses on improving rendering reliability and memory usage for large and complex documents. The SDK now reduces concurrent page rendering when the app is low on memory, defers thumbnail and prefetch rendering for large documents, and more proactively trims its in-memory cache as the app approaches its memory limit.
This release also makes page rendering more resilient when pages contain very large images. If an image is too large for the memory still available to the app, the SDK skips rendering that image and continues rendering the rest of the page, avoiding an out-of-memory termination.
Additionally, this release includes fixes for several rendering edge cases, including transparency groups with certain blend modes, thin lines in smooth background areas, and incorrect glyph rendering for some non-embedded fonts. It also resolves crashes and hangs related to malformed links, corrupt image metadata, fast annotation editing, and thumbnail filtering during rotation.
For the full list of changes, see the changelog.
Migration notes
Nutrient iOS SDK now requires and is built with Xcode 26.5. Update your build environment before upgrading.