Mobbeel for developers

Mobbeel for developers

  • MobbScan
  • MobbID
  • MobbSign
  • Clients
  • FAQ

›Configure the SDK

MobbSign iOS

  • Welcome to the MobbSign SDK

Configure the SDK

  • Configure the SDK
  • Getting started with MobbSign
  • MobbSign Additional Configuration
  • MobbSign Advanced features
  • Add a watermark to the signature

Migration Guides

  • Migration 1.x to 2.x version
  • Migration 2.x to 3.x version

Changelogs

  • iOS changelog

MobbSign Additional Configuration

This page contains some additional configuration for MobbSign.

Signature configuration

You can configure some details of the signature process:

  • Indicates an image to be drawn within the signature as a stamp.

    @property (nonatomic, strong) UIImage *stampImage;
    
  • Indicates a key-value pair field to be written in the non-visible part of the signature field.

    - (void)addCustomField:(NSString*)key value:(NSString*)value;
    
  • Indicates a key-value pair field to be written in the signed information of the signature field.

    - (void)addSignedCustomField:(NSString*)key value:(NSString*)value;
    

Editable document fields edition

You can get and set editable fields values on editable documents:

(BOOL)setValue:(NSString*)value toField:(NSString*)fieldName; Indicates the value to be set in the field with the given name.

(NSString*)getValueOfField:(NSString*)fieldName; Returns the value of the field with the given name.

(NSDictionary*)getFields; Returns a field name - field value pairs dictionary with all editable fields.

Document edition

(NSInteger)addNewPage; Adds a new page at the end of the document.

(BOOL)addImageToPage:(MobbSignImageConfiguration *)imageConfiguration; Adds an image in a page.

← Getting started with MobbSignMobbSign Advanced features →
  • Signature configuration
  • Editable document fields edition
  • Document edition
Mobbeel for developers
Product Documentation
MobbIDMobbScanMobbSign
Connect
LinkedInFacebookX
More
FAQContact Us
Mobbeel Solutions SL
Copyright © 2025 Mobbeel Solutions SL