feat(ios): ATT 추적 동의 문구 다국어화 (한/영/일)

- en/ko/ja.lproj/InfoPlist.strings 생성
- NSUserTrackingUsageDescription 3개 언어 지원
- project.pbxproj knownRegions에 ko, ja 추가
This commit is contained in:
JiWoong Sul
2026-03-24 18:34:14 +09:00
parent 863c52600f
commit 6f5b3ba8f4
4 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
"NSUserTrackingUsageDescription" = "This identifier will be used to deliver personalized ads to you.";

View File

@@ -0,0 +1 @@
"NSUserTrackingUsageDescription" = "パーソナライズされた広告を配信するために端末識別子を使用します。";

View File

@@ -0,0 +1 @@
"NSUserTrackingUsageDescription" = "맞춤 광고를 제공하기 위해 기기 식별자를 사용합니다.";