일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
- UITest
- FlexLayout
- YGEnums.h
- Swift
- rc
- Xcode
- 회고
- Nan
- HealthKit
- human interface guidelines
- Automatic Reference Count
- fetchSignInMethods
- Tuist-Action
- retain cycle
- Tuist
- Github-Action
- SPM
- HIG
- AppStore
- ios
- alamofire
- layoutSubviews
- arc
- content-type
- playground
- pagination
- garbage collection
- App Connect
- authentication
- Firebase
- Today
- Total
멋있게걷는방법
App Store 배포 리젝 사유 회고 2.1 , 1.2 본문
Guideline 2.1 - Information Needed
In addition to the demo account you provided, we still need a demo phone number and authentication code to verify the registration process in your app.
해당 리젝 사유는 한 마디로
'나 회원가입 테스트할 건데 테스트용 전화번호랑 인증코드 줘'라는 의미입니다.
따라서 서버에서 테스트용 전화번호와 해당 전화번호일 때 성공할 수 있는 인증번호를 임의로 설정해야 합니다.
ex) 전화번호가 01011110000 일 때 인증번호가 0000 이면 성공. 와 같은 로직을 작성해야 한다.
서버에서 이러한 로직이 있다면, 앱 심사 정보 메모에 테스트용 전화번호와 인증번호를 명시해 주면 리젝을 해결할 수 있습니다.
Guideline 1.2 - Safety - User Generated Content
We found that your app includes user-generated content but does not have all the required precautions.
Next Steps
To resolve this issue, please revise your app to implement the following precautions:
- Require that users agree to terms (EULA) and these terms must make it clear that there is no tolerance for objectionable content or abusive users
해당 리젝 사유는 마지막 줄
'사용자가 약관(EULA)에 동의하도록 요구하고 이러한 약관은 불쾌한 콘텐츠나 악의적인 사용자를 용납하지 않는다는 점을 명확히 해야 합니다.' 입니다.
즉 약관을 동의할 수 있도록 기능을 구현하고, 약관 동의를 작성한 페이지에 '불쾌한 콘텐츠나 악의적인 사용자는 제재를 받을 수 있다. '와 같은 내용을 포함시켜 주면 해결할 수 있습니다.
'iOS' 카테고리의 다른 글
[Swift] GC vs ARC (with. Retain Cycle) (0) | 2023.10.24 |
---|---|
[Swift] Override함수에서 Super는 필수일까? (with. layoutSubViews) (0) | 2023.07.02 |
App Store 배포 회고(with. 개발 & 책임) (0) | 2023.06.25 |
[Swift] 지금 바로 Pagination 을 적용해야 하는 이유 (0) | 2023.06.08 |
[Swift] firebase - 이메일 중복 검사 (0) | 2023.04.12 |