Version 11.13.0 Changelog (May 27, 2026)

Notes

This release of Apryse for Xamarin brings the core PDF functionality and iOS and Android Tools functionality inline with version 11.13.0 of the iOS and Android SDKs.

Xamarin.Android

Breaking

  • The default FileProvider configuration has been updated to have restricted scope, your application should define your own provider based on your needs. An example provider with less restriction is shown below: In demo_provider_paths.xml: In AndroidManifest.xml inside the <application> tag:

<?xml version="1.0" encoding="utf-8"?>
<paths>
<files-path name="files" path="." />
<cache-path name="caches" path="." />
<external-files-path name="external_files" path="." />
<external-cache-path name="external_caches" path="."/>
</paths>

<provider
android:name="com.pdftron.pdf.utils.ShareProvider"
android:authorities="${applicationId}.pdftron.fileprovider"
android:exported="false"
android:grantUriPermissions="true"
tools:node="replace">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/demo_provider_paths" />
</provider>

Fixes

  • Fixed various security risks.
  • Fixed issue where the decimal precision did not persist for measurement tools when customization was applied.

Xamarin.iOS

Fixes

  • Fixed an issue where the square unit was missing from the measurement annotation's unit.
  • Fixed a crash when closing a document during tool switch while a sticky note was active.
  • Fixed an issue where checkmark/done button displayed when soft keyboard was open in iOS Liquid Glass (iOS 26+).
  • Fixed various security risks.

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales