includeNotesOnIos13AndAbove property

bool includeNotesOnIos13AndAbove
getter/setter pair

Whether to include notes in the properties on iOS13 and above.

On iOS13+ the app needs to be explicitly approved by Apple (see https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_contacts_notes) and the app crashes when trying to read or write notes without entitlement. If your app got entitled, you can set this to true to access notes.

Implementation

bool includeNotesOnIos13AndAbove = false;