Skip to content

Commit 565da89

Browse files
committed
docs: add com.apple.developer.contacts.notes entitlement requirement
1 parent 6bf890f commit 565da89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ In your app, you should put the reason you're requesting to manipulate user's co
2222

2323
If you're using macOS 12.3 or newer, you'll need to ensure you have Python installed on your system, as macOS does not bundle it anymore.
2424

25+
**Note:** The `note` field requires the [`com.apple.developer.contacts.notes`](https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_contacts_notes) entitlement. Before you submit an app with this entitlement to the App Store, you'll need to get permission to use the entitlement. Request permission using [this form](https://developer.apple.com/contact/request/contact-note-field).
26+
2527
## API
2628

2729
### `contacts.requestAccess()`

0 commit comments

Comments
 (0)