Synchronizing PDF annotations on iOS

Nutrient iOS SDK supports two approaches for synchronizing annotations to your server, and across multiple users, devices, or sessions:

  1. Instant synchronization
  2. Building your own solution using our APIs

Both approaches are deployed on your infrastructure and can be integrated with our web, mobile, and desktop SDKs.

Instant synchronizationBuilding your own
BackendDocument EngineAny
Real-time syncBuilt inNot built in
Conflict resolutionBuilt inNot built in
User authenticationBuilt inNot built in
Offline synchronizationBuilt inNot built in
Incremental syncBuilt inNot built in

Instant synchronization

Instant is our prebuilt solution for synchronizing annotations to your server, and across multiple concurrent users, devices, or sessions. It’s a licensable component that’s included as part of Document Engine.

Instant consists of three parts: the Document Engine backend that synchronizes documents and annotations and manages authentication; the Nutrient Instant component that handles conflict resolution, version tracking, diffing, and merging; and the web, mobile, and desktop SDKs that integrate into your app.

Learn more about Nutrient Instant.

Building your own solution

Nutrient web, mobile, and desktop SDKs have easy-to-use APIs for importing/exporting annotations and forms data as part of a robust synchronization solution.

Before starting, take a quick look at the following guides:

ℹ Info: When building your own solution, our technical support team will gladly help with questions specific to using our SDK. However, due to the complexity of building your own synchronization solution, support is limited to Nutrient technology.