멋있게걷는방법

App Store 배포 리젝 사유 회고 2.1 , 1.2 본문

iOS

App Store 배포 리젝 사유 회고 2.1 , 1.2

도현D 2023. 6. 27. 16:18

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)에 동의하도록 요구하고 이러한 약관은 불쾌한 콘텐츠나 악의적인 사용자를 용납하지 않는다는 점을 명확히 해야 합니다.' 입니다.

 

즉 약관을 동의할 수 있도록 기능을 구현하고, 약관 동의를 작성한 페이지에 '불쾌한 콘텐츠나 악의적인 사용자는 제재를 받을 수 있다. '와 같은 내용을 포함시켜 주면 해결할 수 있습니다.