StarXpand SDK for iOS/Android Developer's Manual Ver. 1.14.0

Last update: Sep. 15, 2026

StarPRNT SDK Migration Guide

This section describes the procedure for migrating from StarPRNT SDK to StarXpand SDK.

Advantages of StarXpand SDK

Refer to Overview of StarXpand SDK.

Target

iOS and Android apps developed using StarPRNT SDK

Migration Patterns

1. Full migration

Migrating all implementations to StarXpand SDK maximizes its advantages.

2. Migration of communication components only

To speed up communication while reducing implementation efforts, you may migrate only the communication components to StarXpand SDK.
Commands created using StarPRNT SDK can still be transmitted via StarXpand SDK.

3. Application to new models only

If you need to continue using models that are not supported by StarXpand SDK, you can use different SDKs for different models.

4. Use by function

If you need to continue using functions that are only supported by StarPRNT SDK, you can use different SDKs for different functions.
Example:
  • Bluetooth settings using the SMBluetoothManager class
  • Network settings using the SMNetworkManager class
For details on migration, refer to Migration Procedure.