거의 알고리즘 일기장

React Native를 이용한 사이드 프로젝트 만들기 -7. 감동실화 app store 2전 3기 본문

react-native

React Native를 이용한 사이드 프로젝트 만들기 -7. 감동실화 app store 2전 3기

건우권 2022. 1. 28. 19:13

2연 reject후, 드디어 통과되었다. 키키키키ㅣ키키케케케케ㅔ케켘깔깔낄낄낄

apple 감사하다

 


1번째 reject

Guideline 1.2 - Safety - User Generated Content

- 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
- A method for filtering objectionable content
- A mechanism for users to flag objectionable content
- A mechanism for users to block abusive users
- The developer must act on objectionable content reports within 24 hours by removing the content and ejecting the user who provided the offending content

 

Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage

- Please revise the purpose string in your app’s Info.plist file for the photos to explain why your app needs access and include an example of how the user's data will be used. You can modify your app's Info.plist file using the property list editor in Xcode.

 

간략히 설명하자면, 

Guideline 1.2는 user가 컨텐츠를 올릴수 있는데, 유해물이 올라왔을때 그걸 제재할수있는 수단이 없으므로 추가해라.

예를 들면, 신고하기, 유저 차단하기 기능 만들거나 or 유해물 차단 필터링 알고리즘같은거 있으면 설명해라.

 

Guideline 5.1.1는 camera나 사진첩등에 접근할때 뜨는 문구를 상세히 적어라.

예를 들면, ~를 이용하기 위해서 카메라에 접근을 허용해주세요. 처럼 ~한 이유로 권한 허용이 필요하다를 명시해주면 됨. info.plist에서 문구를 수정할수 있음.

 

컨텐츠 신고하기, 문구상세히 적는것만 추가해서 재시도, 물론 결과는 reject


2번째 reject

Guideline 1.2 - Safety - User Generated Content

- A mechanism for users to block abusive users

 

유저 block 기능도 넣으라고 한다.. ㅠㅠ 차단은 생각 안하고 짜서.. 좀 코드가 더러워지지만, 그냥 울며 겨자먹기로 추가했다.

 

결과는 히히. 통과당


후기

app store에 올리는건 처음 도전해보는 일이었다.
생각보다 손이 많이 가기는 했지만, 악명만큼 어렵지는 않았다. reject 사유도 잘 읽어보면, 뭘 고쳐야 할지 상세하고 친절하게 알려줘서 개꿀이었음.

 

다음에 앱을 만들때는 그때는 더 수월하지 않을까 싶다.

 

 

반응형
Comments