-
[우리 어디가] - 1번째 리젝프로젝트/우리어디가 2023. 12. 5. 00:44728x90반응형
오늘은 나의 3번째 배포앱 우리 어디가에 대한 히스토리를 끄적여 보겠다.
일단 내 어플에 대해서 설명하는 링크를 공유하겠다.
앱스토어 링크
https://apps.apple.com/kr/app/%EC%9A%B0%EB%A6%AC%EC%96%B4%EB%94%94%EA%B0%80/id6469308316
우리어디가
아직도 여행갈때 무계획으로 가시나요? 아니면 반대로 여행갈때 엑셀로 표를 짜시나요? 혹시 카카오톡으로 친구들과 여행계획을 공유하고 계신가요? 이런 고민을 한번에 해결해줄 앱이 나왔
apps.apple.com
설명을 굳이 안읽어도 되지만 포스팅을 이해하기 위해선 편할 것이다.
1번째 리젝사유
Guideline 1.5 - Safety - Developer Information
The support URL specified in your app’s metadata,
https://quarang.tistory.com/44
, does not properly navigate to the intended destination.
The URL does not include your contact information.
Next Steps
To resolve this issue, please revise your app’s support URL to ensure it directs users to a webpage with support information.
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
We noticed that your app requests the user’s consent to access the location, but doesn’t sufficiently explain the use of the location in the purpose string.
To help users make informed decisions about how their data is used, permission request alerts need to explain
and
include an example of how your app will use the requested information.
Next Steps
Please revise the purpose string in your app’s Info.plist file for the location 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.
Resources
- Watch a video from App Store Review with
tips for writing clear purpose strings
.
- See examples of
helpful, informative purpose strings
.
- Review a list of
relevant property list keys
.
Please see attached screenshot for details.정리하자면 다음과 같다.
Guideline 1.5 - Safety - Developer Information
이 문제는 개발자 정보가 유효하지 않을때 나타난다. 앱을 배포해본 사람은 알겠지만 배포하기 전에 개인정보처리방침을 작성한 후 참고할 수 있도록 페이지를 구축해놔야한다. 하지만 지금까지는 이런 문제가 없었는데 갑자기 이런 리젝사유가 뜬걸 보니 애플 배포 철칙이 바뀐 것 같다. 이런 경우 내가 만든 개인정보 처리방침에 내 정보를 기입하면 해결되는것 같다.
참고 - 2023.06.07 - [분류 전체보기] - 개인보호 처리방침
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
이 문제는 사용자에게 특정 기능을 허용한다는 프롬포트를 띄울때 제대로 된 설명이 첨부 되있지 않아서 뜨는 문제라고 한다.
지금 옆에 사진은 리젝당할 때 첨부해준 사진이다. 지금 보면 앱에서 위치 서비스를 제공하기 위해 허용을 묻지만 그 이유를 알려주지 않는다는 점이다.
사실 아무도 이걸 의식하고 있지는 않지만, 보안측면에서 매우 중요한 문제인듯 하다.
내 정보를 어디에 쓸지 말도 안해주고 달라는 꼴이 되버리니..
Project > Targets > Info에 보면 본인이 허용을 수집하는 key를 찾아서 값을 입력해 주면 된다.
오늘 리젝설명은 여기까지다. 바로 다음에 2번쨰 리젝사유에 대해 깔끔하게 설명해주겠다.
'프로젝트 > 우리어디가' 카테고리의 다른 글
[우리어디가] - 2번째 리젝 (0) 2023.12.05 [우리어디가] - Swift Firebase 인증(Authentication)사용법 (0) 2023.03.10