Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

앱 심사 이슈 반영 - 미디어 접근 문구 + 제한된 접근 사진 추가 버튼, NavigationBar 안 보이는 이슈 #162

Merged
merged 7 commits into from
Dec 15, 2024

Conversation

iceHood
Copy link
Collaborator

@iceHood iceHood commented Dec 15, 2024

#️⃣ 연관된 이슈


⏰ 작업 시간

예상 시간 실제 걸린 시간
? 4

📝 작업 내용

  • 미디어 접근관련 문구 업데이트
  • 제한된 사진접근에서 사진추가 시 버튼이 안보이던 문제 해결
  • 기록소를 처음 만들고 바로 책을 만드려고 할 때 Navigation Bar가 안보이던 문제 해결
  • 앱 심사시 Encrypt 경고가 안뜨도록 info.plist에 정보 추가

📸 스크린샷

미디어 접근(앨범) 미디어 접근(카메라) 미디어 접근(마이크)
스크린샷 2024-12-15 오후 6 41 15 스크린샷 2024-12-15 오후 6 41 39 스크린샷 2024-12-15 오후 6 41 53
사진추가 버튼 NavigatoinBar hidden
image

⚽️ 트러블 슈팅

@iceHood iceHood linked an issue Dec 15, 2024 that may be closed by this pull request
Copy link
Collaborator

@Kyxxn Kyxxn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니당

Comment on lines 235 to 237
INFOPLIST_KEY_NSCameraUsageDescription = "기록소는 카메라 권한을 필요로 합니다. 허용 안 함 시 일부 기능이 동작하지 않을 수 있습니다.";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "기록소는 오디오 권한을 필요로 합니다. 허용 안 함 시 일부 기능이 동작하지 않을 수 있습니다.";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "기록소는 사진 권한을 필요로 합니다. 허용 안 함 시 일부 기능이 동작하지 않을 수 있습니다.";
INFOPLIST_KEY_NSCameraUsageDescription = "기록소에 카메라를 이용하여 사진을 추가하기 위해 카메라 접근 권한이 필요합니다.\n촬영하신 사진은 사용자의 로컬 디바이스에 보관됩니다.\n허용 안 함 시 여전히 앱을 사용할 수 있지만, 카메라를 이용하여 미디어를 추가할 수 없습니다.\U0003\U0003";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "기록소에 음성 기록을 추가하기 위해 마이크 접근 권한이 필요합니다.\n녹음된 음성데이터는 사용자의 로컬 디바이스에 보관됩니다.\n허용 안 함 시 여전히 앱을 사용할 수 있지만, 음성 기록을 추가할 수 없습니다.";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "기록소에 사진 및 동영상을 추가하기 위해 앨범 접근 권한이 필요합니다.\n추가하신 사진 및 동영상은 사용자의 로컬 디바이스에 보관됩니다.\n허용 안 함 시 여전히 앱을 사용할 수 있지만, 사용자 앨범에 접근하여 사진 및 동영상을 추가할 수 없습니다.";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

너가 뭘 좋아할 지 몰라서 다 준비해봤어 ~
좋네요

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

뭐지 u0003은 이거 없애야겠다 ㅋㅋㅋㅋ

@iceHood iceHood changed the title Feature/fix release issue 앱 심사 이슈 반영 - 미디어 접근 문구 + 제한된 접근 사진 추가 버튼, NavigationBar 안 보이는 이슈 Dec 15, 2024
@iceHood iceHood self-assigned this Dec 15, 2024
@iceHood iceHood added 🧱 Build 빌드 및 패키지 관련 작업 🛠️ Fix 오류, 버그 수정 👷‍♂️ Refactor 코드 개선, 가독성 개선, 주석 labels Dec 15, 2024
@iceHood iceHood added this to the 1.0 milestone Dec 15, 2024
Copy link
Collaborator

@k2645 k2645 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

체고체고.. 빛 정 현 🥹✨

Comment on lines +5 to +6
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오.. 얘는 뭔가요 ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 추가해야 그 암호화 규정 어쩌구 안뜬다고 하더라구요

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

역시...

@iceHood iceHood merged commit 9a20c10 into develop Dec 15, 2024
2 checks passed
@iceHood iceHood deleted the feature/fix-release-issue branch December 15, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧱 Build 빌드 및 패키지 관련 작업 🛠️ Fix 오류, 버그 수정 👷‍♂️ Refactor 코드 개선, 가독성 개선, 주석
Projects
None yet
Development

Successfully merging this pull request may close these issues.

앱 심사를 위한 변경사항 반영
3 participants