Skip to content

Commit 5f6f685

Browse files
committed
chore(native): iOS 제출 설정을 추가한다
1 parent eff2940 commit 5f6f685

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

apps/native/app.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ const config: ExpoConfig = {
7777
infoPlist: {
7878
// 생체인증을 호출할 때 iOS가 이유 문구를 보여주려면 필요하다.
7979
NSFaceIDUsageDescription: "앱 잠금 해제를 위해 Face ID를 사용합니다.",
80+
ITSAppUsesNonExemptEncryption: false,
8081
},
8182
},
8283
android: {

apps/native/eas.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,12 @@
2323
"autoIncrement": true,
2424
"environment": "production"
2525
}
26+
},
27+
"submit": {
28+
"production": {
29+
"ios": {
30+
"ascAppId": "6798116441"
31+
}
32+
}
2633
}
2734
}

0 commit comments

Comments
 (0)