Document Location SDK for iOS Update List

Update List

Location SDK for iOS V2.12.3 2026-08-07

Features

  • Added a positioning resource package
  • Optimized language parameter handling for reverse geocoding and POI search in multi-language scenarios
  • Raised the minimum required AMapFoundationKit version from 1.8.8 to 1.9.0
  • Fixed known issues

Location SDK for iOS V2.12.1 2026-06-03

Features

  • Added country/region code configuration support.
AMapLocationClient.updateCountryCode("DE");   // Set to Germany
AMapLocationClient.updateCountryCode("SG");   // Set to Singapore
  • Location multilingual region strategy is now linked with the unified multilingual settings in the base library.
locationOption.setGeoLanguage(AMapLocationClientOption.GeoLanguage.DEFAULT);
  • Added Germany data center configuration. After setting the country code to Germany (DE), requests are automatically routed to the local data center with no additional interface required. Triggered by updateCountryCode.