Requesting Permission

Users must grant permission for an app to access personal information, including the current location, calendar, contact information, reminders, and photos. Although people appreciate the convenience of using an app that has access to this information, they also expect to have control over their private data. For example, people like being able to automatically tag photos with their physical location or find nearby friends, but they also want the option to disable such features.

사용자는 앱이 현재 위치, 캘린더, 연락처 정보, 알림 및 사진 등의 개인 정보에 액세스 할 수있는 권한을 부여해야합니다. 사람들은이 정보에 액세스 할 수있는 앱을 사용하는 편리 성을 잘 알고 있지만 개인 데이터를 제어 할 수 있기를 기대합니다. 예를 들어 사람들은 사진을 실제 위치에 자동으로 태그하거나 가까운 친구를 찾을 수있는 것을 좋아하지만 그러한 기능을 사용하지 않도록 설정할 수도 있습니다.

Request personal data only when your app clearly needs it. It’s natural to be suspicious of a request for personal information, especially if there’s no obvious need for it. Make sure permission requests occur only when people are using features that clearly need personal data. For example, an app might only request access to the current location when activating a location tracking feature.

앱이 명확하게 필요할 때만 개인 데이터를 요청하십시오. 특히 개인 정보가 필요하지 않은 경우 개인 정보 요청에 대해 의심스러운 것은 당연합니다. 사람들이 개인 데이터가 분명히 필요한 기능을 사용하는 경우에만 권한 요청이 발생하는지 확인하십시오. 예를 들어 앱은 위치 추적 기능을 활성화 할 때 현재 위치에 대한 액세스 만 요청할 수 있습니다.

Explain why your app needs the information. Provide custom text (known as a /purpose string/ or /usage description string/ ) for display in the system's permission request alert, and include an example. Keep the text short and specific, use sentence case, and be polite so people don't feel pressured. There’s no need to include your app name—the system already identifies your app. For developer guidance, see Protecting the User's Privacy.

앱에 정보가 필요한 이유를 설명하십시오. 시스템의 권한 요청 경고에 표시 할 사용자 지정 텍스트 (/ 목적 문자열 / 또는 / 사용법 설명 문자열 /)를 제공하고 예제를 제공하십시오. 텍스트를 짧고 구체적으로 유지하고 문장을 사용하며 사람들이 압박감을 느끼지 않도록 친절합니다. 앱 이름을 포함시킬 필요가 없습니다. 시스템에서 이미 앱을 식별합니다.

Request permission at launch only when necessary for your app to function. Users won’t be bothered by this request if it’s obvious that your app depends on their personal information to operate.

앱 실행에 필요한 경우에만 실행 권한을 요청하십시오. 귀하의 앱이 개인 정보에 의존하여 작동하는 것이 명백한 경우 사용자는이 요청으로 인해 고민하지 않을 것입니다.

Don’t request location information unnecessarily. Before accessing location information, check the system to see whether Location Services is enabled. With this knowledge, you can delay the alert until a feature truly requires it, or perhaps avoid the alert altogether. To learn how to implement location features, see MapKit and Location and Maps Programming Guide.

위치 정보를 불필요하게 요청하지 마십시오. 위치 정보에 액세스하기 전에 위치 서비스가 활성화되어 있는지 확인하십시오. 이 지식을 통해 기능에서 진정으로 필요로 할 때까지 경고를 지연하거나 경고를 피할 수 있습니다.

Requesting Permission - App Architecture - iOS - Human Interface Guidelines - Apple Developer

Last updated