Skip to content

fix(ios): replace deprecated languageCode/regionCode with iOS 16 Locale APIs - #8548

Merged
OS-ruimoreiramendes merged 1 commit into
nextfrom
fix/RMET-5353/dep-warnnings
Aug 5, 2026
Merged

fix(ios): replace deprecated languageCode/regionCode with iOS 16 Locale APIs#8548
OS-ruimoreiramendes merged 1 commit into
nextfrom
fix/RMET-5353/dep-warnnings

Conversation

@OS-ruimoreiramendes

@OS-ruimoreiramendes OS-ruimoreiramendes commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Description

Replace the deprecated Locale.languageCode and Locale.regionCode calls used in CapacitorUrlRequest to build the Accept-Language header with their iOS 16 replacements: Locale.language.languageCode?.identifier and Locale.region?.identifier.

ref: https://outsystemsrd.atlassian.net/browse/RMET-5353

Change Type

  • Fix
  • Feature
  • Refactor
  • Breaking Change
  • Documentation
  • Other (CI, chores, etc.)

Platforms Affected

  • Android
  • iOS
  • Web

@OS-ruimoreiramendes
OS-ruimoreiramendes merged commit 9f13fa6 into next Aug 5, 2026
7 checks passed
@OS-ruimoreiramendes
OS-ruimoreiramendes deleted the fix/RMET-5353/dep-warnnings branch August 5, 2026 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants