> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/xamarin/changelogs/version-6/v6-9-5.md).

# Version 6.9.5 Changelog (January 28, 2019 / February 7, 2019)

World's #1 PDF SDK Library for Web, Mobile, Server, Desktop

Version: 6.9.5

Release Date for Xamarin.Android: January 28, 2019

Release Date for Xamarin.iOS: February 7, 2019

## Notes

This release of Apryse for Xamarin brings the core PDF functionality and iOS and Android Tools functionality inline with version 6.9.5 of the iOS and Android SDKs. More information can be found on [What's New for iOS](/ios/changelogs/version-6/v6-9-5-69360.md) and [What's New for Android](/android/changelogs/version-6/v6-9-5.md).

## Xamarin.Android

## Fixed

* `CompleteReaderAndroid` sample now runs properly with Android Pie. Checkout [this FAQ article](/xamarin/get-started/faq/multi-dex-issue.md) if you are having issue with building your application targeting Android Pie and version 28 Android support library
* Major stability update for XLSX to PDF conversion
* Fixed issue where redaction annotation on text had the incorrect appearance
* Fixed issue where text could still be selected after redacted
* Fixed issue where file attachment annotation did not show up in the annotation list
* Fixed issue where signature did not show up when setting `SetShowSavedSignatures(false)`
* Fixed issue where some date field did not work with the date picker

## Xamarin.iOS

## New features

* A new full text search control `PTTextSearchViewController` that replaced the `FindTextToolbar`, see guide [Text search](/xamarin/basic-operations/basics/find-text-i.md)
* `PTAnnotationToolbar` now has a new API (`PrecedenceArray`) to allow changing which buttons are visible for different size toolbars
* A number of previously internal classes are now exposed on the `PTDocumentViewController`:
  * `PTAnnotationToolbar`
  * `PTTextSearchViewController`
  * `PTPageIndicatorViewController`
  * `PTSettingsViewController`
  * `PTReflowViewController`

## Breaking changes

* `PT` class prefixes have been added to all classes in Tools library that were previously missing them


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apryse.com/xamarin/changelogs/version-6/v6-9-5.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
