---
title: "Nutrient iOS SDK 26.5 release notes"
canonical_url: "https://www.nutrient.io/guides/ios/releases/26-5/"
md_url: "https://www.nutrient.io/guides/ios/releases/26-5.md"
last_updated: "2026-05-15T19:10:05.032Z"
description: "Nutrient iOS SDK 26.5 adds support for encrypted documents with AI Assistant."
---

12 February 2026

Nutrient iOS SDK 26.5 adds support for encrypted documents when using AI Assistant on the server. This release also includes several fixes and deprecations. For the full list of changes, see our [changelog](https://www.nutrient.io/guides/ios/changelog.md#26.5.0).

## AI Assistant for encrypted documents

AI Assistant on the server now supports encrypted documents. This means you can use AI Assistant’s natural language chat interface to ask questions about password-protected PDFs. To start using AI Assistant, unlock the document and present the AI Assistant UI. Note that server-side processing happens with the unlocked document, so the password won’t protect the ingested document on the server.

## Migration notes

This release includes breaking changes and deprecations that may require updates to your code.

### DrawView gesture recognizer

This release removes the automatic attachment of the [`drawGestureRecognizer`](https://www.nutrient.io/api/ios/documentation/pspdfkitui/drawview/drawgesturerecognizer) to the [`DrawView`](https://www.nutrient.io/api/ios/documentation/pspdfkitui/drawview). This gesture recognizer is no longer added to any view by default. If you’re creating instances of [`DrawView`](https://www.nutrient.io/api/ios/documentation/pspdfkitui/drawview) programmatically, you now need to manually attach the gesture recognizer to a view yourself.

### Deprecations

[`KeychainAnnotationSetsStore`](https://www.nutrient.io/api/ios/documentation/pspdfkitui/keychainannotationsetsstore) is deprecated due to the limit of only being able to store 4 KB of data. This limit can easily be reached by storing a high-quality image annotation, a complex ink annotation, or a sound annotation. If the security provided by the keychain is important for your annotation storage, [contact us](https://support.nutrient.io/hc/en-us/requests/new). Otherwise, switch to using the default store, [`PersistentAnnotationSetStore`](https://www.nutrient.io/api/ios/documentation/pspdfkitui/persistentannotationsetstore), for saved annotations.

The [`DataProviding`](https://www.nutrient.io/api/ios/documentation/pspdfkit/dataproviding) method `deleteData()` is deprecated, as this method has never been used by Nutrient.
---

## Related pages

- [14 12](/guides/ios/releases/14-12.md)
- [26 2](/guides/ios/releases/26-2.md)
- [26 4](/guides/ios/releases/26-4.md)
- [26 1](/guides/ios/releases/26-1.md)
- [26 3](/guides/ios/releases/26-3.md)
- [26 6](/guides/ios/releases/26-6.md)
- [26 8](/guides/ios/releases/26-8.md)
- [26 7](/guides/ios/releases/26-7.md)
- [26](/guides/ios/releases/26.md)

