Petnow LogoPetnow

iOS Changelog

Per-version changes for the iOS SDK

This page contains the full release history of the iOS SDK.

For the latest release, see the Changelog main page.


[1.4.0] - 2026-06-08

UI Module v1.4.0

๐Ÿ”ง Changed

  • Improved pause/resume behavior to preserve the existing detection session

โš ๏ธ Deprecated

  • CameraViewModel (โ†’ CameraController), CameraView(viewModel:) (โ†’ (controller:)), initializeCamera(licenseInfo:โ€ฆ) (moved to constructor injection), stopDetection() (โ†’ finalizeCamera()), startDetectionSession() (โ†’ startDetection())
  • The existing v1.3.2 symbols are kept as deprecated aliases, so your app still builds. To clear the warnings, follow the v1.3 โ†’ v1.4 migration and move to the new APIs.

[1.3.2] - 2026-04-28

UI Module v1.3.2

  • No code changes (version sync following the Android hotfix)

[1.3.1] - 2026-04-09

UI Module v1.3.1

  • No code changes (version sync following the Android hotfix)

[1.3.0] - 2026-01-29

UI Module v1.3.0

โœจ Added

  • Overlay customization: Place custom UI on top of the detection area
  • Sound control: playSound, stopSound API
  • Capture progress tracking: Provides the current capture count (currentCount) and detection area coordinates (detectedObjectNormalizedRect)

๐Ÿ”ง Changed

  • Improved initialization flow: Initialization state can be checked via the isInitialized property
  • Reduced detection errors: Improved fake detection accuracy
  • Detailed failure reasons: Added more error types to DetectionFailureReason

๐Ÿงน Cleanup

  • API simplification: Consolidated into requestedImageCount (removed the existing requestedMinimumImageCount)

[1.2.2] - 2025-08-29

UI Module v1.2.2

โœจ Added

  • Fake detection control: Added the setFakeDetection API to toggle fake detection

๐Ÿ› Fixed

  • Improved camera image size accuracy
  • Optimized detection accuracy

[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

  • Initial release
  • Basic camera detection feature
  • Provides a SwiftUI-based CameraView

On this page