Latest Version
SDK latest version changes
iOS and Android SDKs are currently managed with separate versions. They will be unified in the future.
Latest Release: v1.3.0
๐ฆ Version Information
| Module | iOS | Android |
|---|---|---|
| UI Module | v1.3.0 | v1.3.0 |
| API Module | v1.3.0 | v1.3.0 |
Release Date: January 29, 2026
Major Changes
โจ Common Improvements
V2 API Integration
- Both iOS and Android updated to Server API V2 spec
- Migrated to session-based workflow
UI/UX Improvements
- Enhanced customization capabilities
- Improved detection state and bounding box tracking
- Added sound playback feature
๐ iOS Major Changes
UI Module v1.3.0 (v1.2.2 โ v1.3.0)
โจ Added
- Overlay customization: Place custom UI above detection area
- Sound control:
playSound,stopSoundAPI - Detection state tracking: Provides progress (
currentCount) and detection area coordinates (detectedObjectNormalizedRect)
๐ง Changed
- Initialization flow improvement: Added
isInitializedproperty and guaranteedinitializeCamera()completion wait (now when initializeCamera() finishes, initialization is complete) - AVCaptureSession external injection support: Can configure Preview first then inject Session in cross-platform environments
- Fake detection false positive reduction: Relaxed threshold
- Added failure reasons: Added new status values to
DetectionFailureReasonenum
๐งน Cleanup
- Removed unused properties
API Module v1.3.0 (v1.0.2 โ v1.3.0)
โจ Added
- V2 API integration
See iOS Changelog for details.
๐ค Android Major Changes
UI Module v1.3.0 (v1.2.4 โ v1.3.0)
โจ Added
- Overlay customization: Place custom UI above detection area with
provideFloatingGuideLayout() - Sound control:
playSound,stopSoundAPI - Detection state tracking: Real-time detection state and detection area coordinates
๐ Fixed
- Fixed issue where settings were not retained when switching cameras
- Fixed issue where
onDetectionFinishedcallback was called on background thread - Fixed ObjectDetector errors
- Added failure reasons: Added new status values to
DetectionStatusenum
API Module v1.3.0 (v1.0.4 โ v1.3.0)
โจ Added
- V2 API integration
๐ Fixed
- Improved API compatibility by making
ErrorDetailfield optional
See Android Changelog for details.
Migration Guide
If upgrading from v1.2.x to v1.3.0, refer to SDK Migration Guide.
Platform-specific Complete History
For detailed version-specific changes, see the pages below:
- iOS Changelog - iOS SDK complete release history
- Android Changelog - Android SDK complete release history