00 - 3 ) 리젝 사유 : 1.4.1 Safety: Physical Harm
당연하게도 리젝 당했다.
처음에 저게 뭔 말인가 싶었지만 친절한 스크린샷과 함께 이유가 나와있었다.
Guideline 1.4.1 - Safety - Physical Harm
The app provides health or medical recommendations, calculations, references, wellness reports, or diagnoses without including the sources of the medical information.
Specifically, we found BMI calculation in the Home.
All apps with medical and health information should include links to sources for the information. This helps ensure that users are being provided accurate information.
한마디로 의료 정보에 대한 출처가 없다는것, 출처를 앱 내 링크로 남겨야 한다.
간단한 BMI 계산에도 신뢰 있는 출처가 있어야 한다는 것.
//예시
.confirmationDialog("BMR (Mifflin-St Jeor) 출처", isPresented: $showBmrArlet) {
Button {
if let url = URL(string: "https://pubmed.ncbi.nlm.nih.gov/2305711/"){
UIApplication.shared.open(url)
}
} label: {
Text("BMR (Mifflin-St Jeor) 계산 출처")
}
}
사실 앱 내에 BMI뿐 아니라 BMR 계산, 건강 팁(정보)도 있어서 이것도 같은 사유 같아 수정해 줬다.
물음표 버튼을 눌러서 confirmationdialog( 액션시트 )가 올라오고 버튼을 누르면 해당 출처로 이동하게끔 구현했다.
출처가 화면에 무조건 나와야 한다면 어떻게 구현해야 할지 좀 답답하겠지만 일단 이대로 빌드했다.
한 가지 신기한 점은 한국어만 지원하는데도 심사하시는 분이 이것저것 입력을 잘하셨다.
한국어 잘하시는 거 같은데 한국어로 보내주시는 건 어떤지