GetTranslated.AI

iOS SDK - Version History

Track all changes and improvements to the GetTranslated iOS SDK

This page documents all changes to the GetTranslated iOS SDK. For installation instructions and usage guide, see the iOS Quick Start Guide.

The SDK follows Semantic Versioning:

  • MAJOR (X.0.0): Breaking changes
  • MINOR (0.X.0): New features, backward compatible
  • PATCH (0.0.X): Bug fixes, backward compatible

Version 1.0.0 - 2025

Release Date: 2025

Type: Initial Release

Added

  • Initial release of GetTranslated iOS SDK
  • Translation management and synchronization
  • Language detection and switching
  • Translation caching with UserDefaults
  • Support for dynamic translations
  • Swift Package Manager support
  • Swift and Objective-C support
  • Integration with iOS lifecycle

Installation

To use the iOS SDK, add it via Swift Package Manager:

// Swift Package Manager
dependencies: [
    .package(url: "https://github.com/gettranslated/ios-sdk", from: "1.0.0")
]

For more installation options, see the iOS Quick Start Guide.

Reporting Issues

Found a bug or have a feature request? Please contact us at [email protected] or visit our quick start guide.