Blog Post

PSPDFKit 10.5 for iOS Adds Instant Document Permissions

We’re excited to announce PSPDFKit 10.5 for iOS. This release adds Instant document permissions, redesigned getting started guides, preliminary compatibility with iOS 15 while sunsetting support for iOS 12, several bug fixes, and more.

Instant Document Permissions

In this release, we’re introducing Instant document permissions. This feature allows you to leverage the permissions of your Instant documents. For example, you can allow specific users to have read-only access to a document while allowing another set of users to edit, add, and remove annotations.

Here’s an example of a real-world use case for Instant document permissions: You can allow the board of directors in a company to annotate a document (write permissions), set up read-only permissions for the C-level management to view but not modify the document, and restrict access to the document for the rest of the employees by disabling the read permissions for them.

These permissions need to be set in the end user’s JWT. Please refer to our guide about setting Instant document permissions in a JWT for more information.

Redesigned Getting Started Guides

With PSPDFKit 10.5 for iOS, we overhauled our getting started guides, allowing you to integrate PSPDFKit into your projects in just a few minutes. First, specify whether you wish to integrate PSPDFKit into a new or existing project. Then, pick your preferred dependency manager, like so:

Preliminary Compatibility with iOS 15 and End of Support for iOS 12

PSPDFKit 10.5 for iOS raises the deployment target to iOS 13 and requires Xcode 12.4 or later. This is in accordance with our version support policy, and because, according to Apple, more than 90 percent of all devices use iOS 13 or later. Removing support for iOS 12 will allow us to concentrate our development and support efforts on preparation for the upcoming iOS 15, which was announced at this year’s WWDC. We encourage you to adopt this change in your projects so that you’ll be able to keep taking advantage of the latest PSPDFKit releases.

Various Improvements

This release also includes some other noteworthy additions, improvements, and bug fixes. One such improvement was made to enable you to customize how pages are described in the sharing UI. Take a look at PageLabelsInSharingExample.swift from the PSPDFKit Catalog to see it in action.

We also added support for rendering pages with a transparent background.

Finally, this release fixes several undo and redo-related issues, such as when the undo and redo stacks would persist in an invalid state after saving changes in the Document Editor or after setting a temporary page rotation offset.

As always, to see a complete list of changes, check out the PSPDFKit 10.5 for iOS changelog.

Related Products
Share Post
Free 60-Day Trial Try PSPDFKit in your app today.
Free Trial

Related Articles

Explore more
TUTORIALS  |  Android • iOS • React Native • JavaScript • How To

How to Open a PDF in React Native Using the Document Picker

DEVELOPMENT  |  iOS • Productivity • How To

Automating Mac Catalyst Distribution with fastlane

PRODUCTS  |  iOS • Mac Catalyst • Releases

PSPDFKit 10.4 for iOS Introduces an Overhauled Undo Architecture