Document Maps SDK for iOS Update List Foundation SDK

Foundation SDK

Foundation SDK for iOS V1.9.0 2026-06-03

Features

  • Added country/region code configuration support with three-tier regional routing: Domestic, European Overseas, and Other Overseas.
AMapUtilCoreApi.updateCountryCode("DE");   // Set to Germany
AMapUtilCoreApi.updateCountryCode("ZH");   // Set to China
  • Network requests automatically carry the country/region code to meet overseas compliance requirements. Region information can be retrieved using the following methods.
AppInfo.getCountryCode();   // Get current country/region code
AppInfo.isOverSea();        // CountryCode is empty → Domestic; non-ZH → Overseas
AppInfo.isEurope();         // Check whether the region is in Europe