iOS Changelog
iOS SDK version-specific changes
This page contains the complete release history of iOS SDK.
For the latest release, refer to Changelog Main Page.
[1.3.0] - 2026-01-29
UI Module v1.3.0
โจ Added
- Overlay customization: Place custom UI above detection area
- Sound control:
playSound,stopSoundAPI - Capture progress tracking: Provides current capture count (
currentCount) and detection area coordinates (detectedObjectNormalizedRect)
๐ง Changed
- Initialization flow improvement: Check initialization status with
isInitializedproperty - Reduced detection errors: Improved fake detection accuracy
- Detailed failure reasons: More error types added to
DetectionFailureReason
๐งน Cleanup
- API simplification: Unified to
requestedImageCount(removedrequestedMinimumImageCount)
API Module v1.3.0
โจ Added
- V2 API integration: Updated to Server API V2 spec
- Identification support: Added pet identification feature
[1.2.2] - 2025-08-29
UI Module v1.2.2
โจ Added
- Fake detection control: Added
setFakeDetectionAPI for toggling fake detection
๐ Fixed
- Improved camera image size accuracy
- Detection accuracy optimization
[1.2.1] - 2025-08-19
UI Module v1.2.1
๐ Fixed
- Stability and performance improvements
[1.2.0] - 2025-07-29
UI Module v1.2.0
Initial public release
[1.1.0] - 2025-06-05
UI Module v1.1.0
Internal test version
[1.0.1] - 2025-06-05
UI Module v1.0.1
๐ Fixed
- Stability improvements
[1.0.0] - 2025-06-05
UI Module v1.0.0
โจ Added
- First release
- Basic camera detection features
- SwiftUI-based CameraView
API Module v1.0.0
โจ Added
- First release
- Basic server API communication features