Skip to content

Commit b88bcca

Browse files
authored
Update README.md
1 parent 39cb97e commit b88bcca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# iOS Permissions Descriptions
22

3-
A collection of sample user-facing descriptions for every permission on iOS. As a developer, I often found myself rewriting Info.plist permission strings and worrying if they were clear enough for users and App Store Review. This repo puts together concrete examples for all the common permissions, so you can ship faster and avoid confusion or rejections.
3+
A collection of sample user-facing descriptions for permissions on iOS. As a developer, I often found myself rewriting permission strings and worrying if they were clear enough for users and App Store Review. This repo puts together concrete examples for all the common permissions, so you can ship faster and avoid confusion or rejections.
44

55
---
66

77
## Why this exists
88

9-
As an indie developer with more than 10 apps in the App Store, I know it’s easy to spend too much time thinking about how to word Info.plist descriptions—or to forget some edge cases. App Review can be strict about vague or generic descriptions, and users appreciate clear, honest explanations too.
9+
As an indie developer with more than 10 apps in the App Store, I know it’s easy to spend too much time thinking about how to word descriptions—or to forget some edge cases. App Review can be strict about vague or generic descriptions, and users appreciate clear, honest explanations too.
1010

1111
These samples come from my own apps and research. I’m sharing them here so other developers, especially those working solo or on small teams, can save time and avoid mistakes.
1212

@@ -61,9 +61,8 @@ For more permission keys and examples, check out [PERMISSIONS.md](PERMISSIONS.md
6161

6262
## Resources I keep handy
6363

64-
- [Apple: Requesting Permission (Official Docs)](https://developer.apple.com/documentation/bundleresources/information_property_list/nsprivacy_accessed_api_usage_description)
6564
- [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/)
66-
- [Human Interface Guidelines – Privacy](https://developer.apple.com/design/human-interface-guidelines/foundations/privacy/)
65+
- [Human Interface Guidelines – Privacy](https://developer.apple.com/design/human-interface-guidelines/privacy)
6766

6867
---
6968

0 commit comments

Comments
 (0)